This package has been deprecated

Author message:

⚠️ obsolete - migrate to https://github.com/yeoman/generator-generator

generator-generatorcs

0.3.1 • Public • Published

Yeoman Generator for CoffeeScript Yeoman Generators

Build Status

Fork of generator-generator which is maintained by: Pascal Hartig

Yo dawg, I heard you like generators?

generator-generatorcs scaffolds out a new basic Yeoman generator with some sensible defaults.

Commands

  • yo generatorcs shows a wizard for generating a new generator
  • yo 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

License

MIT License

Package Sidebar

Install

npm i generator-generatorcs

Weekly Downloads

0

Version

0.3.1

License

none

Last publish

Collaborators

  • tuxracer