generator-koapp-spinner

Scaffold out a King of App Spinner

Usage no npm install needed!

<script type="module">
  import generatorKoappSpinner from 'https://cdn.skypack.dev/generator-koapp-spinner';
</script>

README

generator-koapp-spinner

Koa-logo

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 yo
npm 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