slushjs / slush

The streaming scaffolding system - Gulp as a replacement for Yeoman
http://slushjs.github.io/generators
MIT License
1.24k stars 58 forks source link

Add 'slush .' cli command to execute local slushfile #44

Closed peterjuras closed 9 years ago

peterjuras commented 9 years ago

When "slush ." is run from a folder slush will now try to execute the slushfile from that folder. This makes it easier to test new slush generators that are still in development. (Resolves #43)