quickness
v1.0.8
Published
Quickness application generator.
Readme
quickness
Quickness application generator.
Quick Start
The quickest way to get started with quickness is to utilize the executable quickness(1) to generate an application as shown below:
Create the app:
$ npm install -g quickness
$ quickness foo && cd fooInstall dependencies:
$ npm installor
$ yarnDevelopment:
$ npm startCompile files:
$ npm run deployor
$ gulp dist