Yeoman Generator for CoffeeScript Yeoman Generators
Fork of generator-generator which is maintained by: Pascal Hartig
generator-generatorcs
scaffolds out a new basic Yeoman generator with some
sensible defaults.
Commands
yo generatorcs
shows a wizard for generating a new generatoryo generatorcs:subgenerator NAME
generates a subgenerator with the name NAME
What do you get?
generator-generatorcs
scaffolds out a complete project directory structure for
you.
.
├── app
│ ├── index.coffee
│ └── templates
│ ├── editorconfig
│ └── jshintrc
├── .editorconfig
├── .gitattributes
├── .gitignore
├── .jshintrc
├── LICENSE
├── package.json
├── README.md
└── test
├── test-creation.js
└── test-load.js
Getting started
- Install:
npm install -g generator-generatorcs
- Run:
yo generatorcs