• Stars
    star
    128
  • Rank 281,044 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 12 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A yeoman generator for Twitter Bootstrap with LESS

Generator Bootstrap Less

A Generator for Yeoman to work with the Less version of Bootstrap

NPM version Build Status Dependency Status devDependency Status peerDependency Status

Getting started

  • Make sure you have yo installed: npm install -g yo
  • Install the generator: npm install generator-bootstrap-less
  • Run: yo bootstrap-less to scaffold your project
  • Run grunt for building and grunt serve for preview

Previous release:

This version includes Bootstrap 3. If you need Bootstrap 2.3 you should install the previous version of this generator: npm install [email protected]

Options

  • --skip-install

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

  • --test-framework <framework>

    Defaults to mocha. Can be switched for another supported testing framework like jasmine.

License

MIT License

Author

Thomas Lebeau