Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 946 Bytes

README.md

File metadata and controls

50 lines (30 loc) · 946 Bytes

Assemble generator Build Status

Yeoman generator for Assemble.

Getting started

  • Install the generator: npm install -g generator-assemble

Usage

Assemble app scaffolds.

mkdir project && cd $_
yo assemble

Options

  • -s alias --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

  • -w alias --skip-welcome-message

    Skips app welcome message.

Generate Plugin

yo assemble:plugin

If needed, you can specify a name and location too:

yo assemble:plugin <name> <path>

Alternative

License

MIT License