1.3.0 • Published 7 years ago

rapid-config-dev v1.3.0

Weekly downloads
3
License
CC0-1.0
Repository
github
Last release
7 years ago

rapid-config-dev

NPM Version Build Status Licensing

rapid-config-dev is a shareable configuration package for rapid.

Install

Add rapid and rapid-config-dev to your project:

npm install --save-dev rapid rapid-config-dev

Then, add this configuration to your package.json:

{
  "rapid": {
    "extends": "dev"
  }
}