I\'m creating a yeoman generator for my web projects.
But I wonder how I can try and test my changes before publishing it?
Since I have installed it once, it wil
If by "running locally" you mean the ability to test your generator and its flow you can simply do this.
npm link
. If this passes in flying colors, go to step 2.yo generator-theNameOfYourGenerator
. This will run your generator.