Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-generator_grunt_coffee

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-generator_grunt_coffee

Grunt-powered CoffeeScript Generator Generator for Yeoman

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

Yeoman Generator for Grunt-based CoffeeScript Yeoman Generators

generator-generator_grunt_coffee is a tool for generating Yeoman generators that use a Grunt-based development workflow and the CoffeeScript programming language.

Build Status status Dependency Status devDependency Status Gittip

NPM

Many thanks to https://github.com/tuxracer/generator-generatorcs for inspiring this fork.

Key differences from generator-generator

  • Adds a Gruntfile.coffee for your generator including configuration for...
    • grunt-contrib-clean
    • grunt-contrib-coffee
    • grunt-contrib-copy
    • grunt-contrib-watch
    • grunt-mocha-cli
  • Moves the app/ and test/ directories into src/, which contain .coffee files that will be compiled to their original locations by the grunt build task.
  • Removes jshint, as presumably you are writing your generator in CoffeeScript and not JS.
  • Is itself written in CoffeeScript.
  • Removes LICENSE file from output. Use another package for this such as mit.

Commands

  • yo generator_grunt_coffee shows a wizard for generating a new generator
  • yo generator_grunt_coffee:subgenerator NAME generates a subgenerator with the name NAME

What do you get?

generator_grunt_coffee scaffolds out a complete project directory structure for you.

.
├── Gruntfile.coffee
├── LICENSE
├── node_modules
├── package.json
├── README.md
└── src
  ├── app
  │   ├── index.coffee
  │   └── templates
  │       ├── _bower.json
  │       ├── editorconfig
  │       ├── _package.json
  │       └── travis.yml
  └── test
  ├── test-creation.coffee
  └── test-load.coffee

Getting started

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

License

MIT License

Bitdeli Badge

xrefs funcs top func library users authors Total views Views in the last 24 hours

Keywords

FAQs

Package last updated on 14 Jan 2014

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