https://github.com/thomas-lebeau/generator-bootstrap-less
A yeoman generator for Twitter Bootstrap with LESS
https://github.com/thomas-lebeau/generator-bootstrap-less
Last synced: 2 months ago
JSON representation
A yeoman generator for Twitter Bootstrap with LESS
- Host: GitHub
- URL: https://github.com/thomas-lebeau/generator-bootstrap-less
- Owner: thomas-lebeau
- License: mit
- Created: 2012-09-12T07:46:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T15:53:29.000Z (over 9 years ago)
- Last Synced: 2025-05-05T05:18:33.340Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 128
- Watchers: 9
- Forks: 39
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Generator Bootstrap Less
> A Generator for Yeoman to work with the Less version of Bootstrap
[](http://badge.fury.io/js/generator-bootstrap-less)
[](https://travis-ci.org/Thomas-Lebeau/generator-bootstrap-less)
[](https://david-dm.org/Thomas-Lebeau/generator-bootstrap-less)
[](https://david-dm.org/Thomas-Lebeau/generator-bootstrap-less#info=devDependencies)
[](https://david-dm.org/Thomas-Lebeau/generator-bootstrap-less#info=peerDependencies)## Getting started
- Make sure you have [yo](https://github.com/yeoman/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 `
Defaults to `mocha`. Can be switched for another supported testing framework like `jasmine`.
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)## Author
*Thomas Lebeau** [http://lebeau.io](http://lebeau.io)
* [@tomalebeau](http://twitter.com/tomalebeau)