1.0.1 • Published 9 years ago
generator-koapp-service v1.0.1
generator-koapp-service

Scaffold out a King of App service
Installation
First, install Yeoman and generator-koapp-service using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g gulp
npm install -g generator-koapp-serviceGenerate your new service:
yo koapp-service serviceNameOptionally, you can include the following flags:
-u authorName-w authorHomepage-s spanishDescription-e englishDescription-p price-l license-c categoriesseparated by comma
Then start your new service:
cd {Project-name} && gulpAutomated Tasks (Gulp)
Main Tasks
gulpIt runswatch-config,watch-bower,watch-documentationgulp distributionIt runsdist-zip
All Tasks
gulp jsdocIt creates JsDoc documentation.gulp watch-documentationIt is monitoring for changes in documentation, also it will update config.json
Contribution
Please open an issue with your suggestion/question.
If you want to improve the code, please follow these steps and submit a pull request.
- Download
git clone https://github.com/KingofApp/generator-koapp-service.git && cd generator-koapp-service- Install all dependencies
npm install- Added to local NPM
npm link- Execute it
yo- Test your changes ;-)
npm testLicense
MIT © King of App