generator-do

Front-end stuff generator for Yeoman

Usage no npm install needed!

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

README

generator-do Build Status

Front-end stuff generator for Yeoman.

Getting Started

At first you need install Yeoman:

$ npm install -g yo

Install locally generator-do from npm, run:

$ npm install generator-do

Or install global generator-do with -g:

$ npm install -g generator-do

To get help run:

$ yo do

Sub-generators

  • html – creates a simple HTML file
  • sub – creates new sub-generator
  • js – creates a simple .js file with optional banner and AMD-wrapper
  • cs – code style generator, creates .jshintrc and .jscs.json
  • jq-plugin – creates .js file for jQuery plugin
  • nginx-site – creates nginx config for site

License

MIT License