- Install the generator:
npm install -g generator-assemble
mkdir project && cd $_
yo assemble
-
-s
alias--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished. -
-w
alias--skip-welcome-message
Skips app welcome message.
yo assemble:plugin
If needed, you can specify a name and location too:
yo assemble:plugin <name> <path>