generator-koapp-theme
v1.0.1
Published
Scaffold out a King of App theme
Downloads
12
Readme
generator-koapp-theme

Scaffold out a King of App Theme
For C9.io users, follow this instructions
Install
First, install Yeoman and generator-koapp-theme using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g gulp
npm install -g generator-koapp-themeGenerate your new theme:
yo koapp-theme themeNameOptionally, 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 theme:
cd {Project-name} && gulpAutomated Tasks (Gulp)
git clone -b dev https://[email protected]/KingofApp/com.kingofapp.visualizer.gitgulpIt runswatch-config,watch-bowergulp distributionIt runsdist-zip
All Tasks
gulp lintLinter for your code.gulp e2eIt runs integration test with Protractor.gulp dist-zipIt generates a compression file ready to uploadgulp watch-bowerIt's monitoring for changes in bower.json.gulp watch-configIt's monitoring for changes in config.json, also it will update a../../app/core/structure.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-theme.git && cd generator-koapp-theme- Install all dependencies
npm install- Added to local NPM
npm link- Execute it
yo koapp-theme themeName- Test your changes ;-)
npm testLicense
MIT © King of App
