generator-koapp-spinner
Scaffold out a King of App Spinner
Installation
First, install Yeoman and generator-koapp-spinner using npm (we assume you have pre-installed node.js).
npm install -g yonpm install -g generator-koapp-spinner
Then generate your new project:
yo koapp-spinner spinnerName
Optionally, you can include the following flags:
-u authorName
-w authorHomepage
-s spanishDescription
-e englishDescription
-p price
-l license
-c categories
separated by comma
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-spinner.git && cd generator-koapp-spinner
- Install all dependencies
npm install
- Added to local NPM
npm link
- Execute it
yo koapp-spinner spinnerName
License
MIT © King of App