diff --git a/.gitignore b/.gitignore index 996548d96..b18939268 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ packages/*/lib # Lerna lerna-debug.log* +# Tryouts +.tryouts + ## Standard gitignore ## # Logs logs diff --git a/packages/cli/.npmignore b/packages/cli/.npmignore new file mode 100644 index 000000000..e771d2c9f --- /dev/null +++ b/packages/cli/.npmignore @@ -0,0 +1,34 @@ +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git +node_modules +*.un~ +yarn.lock +src +flow-typed +coverage +decls +examples diff --git a/packages/cli/README.md b/packages/cli/README.md new file mode 100644 index 000000000..eb5bdb061 --- /dev/null +++ b/packages/cli/README.md @@ -0,0 +1,40 @@ +# `@wpackio/cli` + +Stub README + +// TODO +> Intro + +## Installation + +If using `yarn` + +```bash +yarn add @wpackio/cli +``` + +or with `npm` + +```bash +npm i @wpackio/cli +``` + +## Usage + +// TODO +> Usage instruction + +## Configuration + +// TODO +> Configuration instruction + +## Development + +This package has the same `npm scripts` as this monorepo. These should be run +using `lerna run