rapid-config-dev
v1.3.0
Published
A shareable configuration package for rapid
Downloads
2
Readme
rapid-config-dev
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"
}
}