Skip to content

Instantly share code, notes, and snippets.

@phillipskevin
Last active February 9, 2017 14:53
Show Gist options
  • Save phillipskevin/d717488f4d26b713d7e0bfb0a4bc43a2 to your computer and use it in GitHub Desktop.
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
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