albburtsev / generator-do

Front-end stuff generator for Yeoman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Front-end stuff generator for Yeoman

License:MIT License


Languages

Language:JavaScript 95.8%Language:HTML 4.0%Language:CSS 0.2%