Last active
February 9, 2017 14:53
-
-
Save phillipskevin/d717488f4d26b713d7e0bfb0a4bc43a2 to your computer and use it in GitHub Desktop.
run donejs cli commands with local copies of everything and debugging all the things
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm uninstall -g donejs-cli | |
cd path/to/donejs-cli | |
npm link | |
cd path/to/generator-donejs | |
npm link | |
DEBUG=* node --inspect --debug-brk /path/to/bin/donejs add app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment