generator-coffeegen

1.0.0 • 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.

Getting started

  • Install: npm install -g generator-generator
  • Run: yo generator

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?

Scaffolds out a complete generator directory structure for you:

.
├── generators/
│   └── app/
│       ├── index.coffee
│       └── templates/
│           └── dummyfile.txt
├── .editorconfig
├── .eslintignore
├── .gitattributes
├── .gitignore
├── .travis.yml
├── .yo-rc.json
├── LICENSE
├── README.md
├── package.json
└── __tests__/
    └── app.js

Refer to our documentation to learn more about creating a Yeoman generator.

Running tests

Run npm test to run your test suite.

These tests will be run automatically in your git repository if you connect Travis CI. You can also track test coverage using Coveralls.

Contributing

See the contribution docs.

When submitting an issue, please follow the guidelines. It is especially important to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue.

License

MIT © Pascal Hartig phartig@rdrei.net and other contributors

/generator-coffeegen/

    Package Sidebar

    Install

    npm i generator-coffeegen

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    11.2 kB

    Total Files

    20

    Last publish

    Collaborators

    • jhessin