Socket
Socket
Sign inDemoInstall

generator-generatorcs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-generatorcs

CoffeeScript Generator Generator for Yeoman


Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 26 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc