Modular CLI helper for NPM-based projects.
npm install created    
Easy to use CLI manager for modular and reusable project setups based on NPM scripts.
Npm scripts become more and more popular as a solution for project building. This package aims to simplify the common tasks of running the tasks, managing
configuration and environment, logging and watching for file changes to reload the browser.
shell
npm install --save created
`
and yarn:
`
yarn add created
`Usage
`
created task_name [config]Basic usage:
creation list Lists registered commands.
creation help Shows package help.
Basic configuration:
-c, --config path Use configuration from this file instead of project.config.{js,json}
-w, --watch Runs task_name in watch environment. Sets NODE_ENV to "watch"
-d, --development Runs task_name in development environment. Sets NODE_ENV to "development"
``MIT © Mateusz Krzeszowiak