You can install generators globally:
npm install -g generator-mocha generator-backbone
But your dev dependencies for bower and npm will be added to your local project file structure.
- node:
<project_root>/node_modules - bower:
<project_root>/app/bower_components
They take up a ton of space, but at least scaffolding .gitignore filters them out of your commits =)
source share