Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 562 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 562 Bytes

debug-yeoman-generator.

Simple bash util to help you debug a yeoman generator.

Installation:

Copy paste the below code in your terminal. (Expecting a *nix evn.)

$ curl -s https://raw.githubusercontent.com/hemanth/debug-yeoman-generator/master/debug-generator.sh > /usr/local/bin/debug-generator; chmod a+x /usr/local/bin/debug-generator

Usage:

$ debug-generator <generator_name>

Example:

$ debug-generator node

^ Will help you to debug generator-node with node-inspector

TODO:

  • Support other O.S