created

0.6.1 • Public • Published

created

npm version Build Status Coverage Status Dependency Status Dev Dependency Status

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.

Install

You can install this package using both npm:

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"

Contributing

License

MIT © Mateusz Krzeszowiak

Readme

Keywords

none

Package Sidebar

Install

npm i created

Weekly Downloads

0

Version

0.6.1

License

MIT

Last publish

Collaborators

  • krzksz