Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 906 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 906 Bytes

Generator assemble

Build Status

Yeoman generator for Assemble.

Table of Contents

Getting started

  • mkdir project && cd project
  • Make sure you have yo installed: npm install -g yo
  • Install the generator locally: npm install generator-assemble
  • Run: yo assemble

Options

  • --skip-install

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

  • --silent

    Skips welcome message.

License

MIT License