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

Can i slush.start.apply ? #16

Closed dyaa closed 9 years ago

dyaa commented 10 years ago

Hey,

i just wanna ask if i can call slush to install in my project by something like:

slush.start.apply

or

slush.install

i got inspired by gulp's one

gulp.start.apply(gulp, [task]);

Thank you

joakimbeng commented 10 years ago

I don't really follow what you're trying to accomplish.. When, where and why do you want to do this?