0.0.5 • Published 9 years ago

generator-do v0.0.5

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

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

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

11 years ago