UNPKG

generator-joomla-spc

Version:

Joomla-spc generator for Yeoman. Creates Joomla 2.5 and 3.0 files

13 lines (7 loc) 363 B
# Debugging yeoman generators ## install node-inspector https://github.com/node-inspector/node-inspector then in a working directory type the following node-debug app/index.js this will open up chrome and allow you to step through your code You could place 'debugger statement in your code to force node to break at that point and wait for your inspection.