# created

[![npm version](https://badge.fury.io/js/created.svg)](https://badge.fury.io/js/created) [![Build Status](https://travis-ci.org/krzksz/created.svg?branch=master)](https://travis-ci.org/krzksz/created) [![Coverage Status](https://coveralls.io/repos/github/krzksz/created/badge.svg?branch=master)](https://coveralls.io/github/krzksz/created?branch=master) [![Dependency Status](https://david-dm.org/krzksz/created.svg)](https://david-dm.org/krzksz/created#info=dependencies&view=list) [![Dev Dependency Status](https://david-dm.org/krzksz/created/dev-status.svg)](https://david-dm.org/krzksz/created#info=devDependencies&view=list)

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:
```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"

```

## Contributing



## License

MIT © Mateusz Krzeszowiak
