1.0.1 • Published 7 years ago

generator-koapp-theme v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

generator-koapp-theme

Koa-logo

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-theme

Generate your new theme:

yo koapp-theme themeName

Optionally, you can include the following flags:

  • -u authorName
  • -w authorHomepage
  • -s spanishDescription
  • -e englishDescription
  • -p price
  • -l license
  • -c categories separated by comma

Then start your new theme:

cd {Project-name} && gulp

Automated Tasks (Gulp)

git clone -b dev https://git@github.com/KingofApp/com.kingofapp.visualizer.git
  • gulp It runs watch-config, watch-bower
  • gulp distribution It runs dist-zip

All Tasks

  • gulp lint Linter for your code.
  • gulp e2e It runs integration test with Protractor.
  • gulp dist-zip It generates a compression file ready to upload
  • gulp watch-bower It's monitoring for changes in bower.json.
  • gulp watch-config It'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 test

License

MIT © King of App

1.0.1

7 years ago

0.15.6

7 years ago

0.15.5

7 years ago

0.15.4

7 years ago

0.15.3

7 years ago

0.15.1

7 years ago

0.15.0

8 years ago