Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T15:53:29.000Z (almost 9 years ago)
- Last Synced: 2024-12-18T22:07:08.549Z (16 days 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
[![NPM version](https://badge.fury.io/js/generator-bootstrap-less.svg)](http://badge.fury.io/js/generator-bootstrap-less)
[![Build Status](https://travis-ci.org/thomas-lebeau/generator-bootstrap-less.svg?branch=master)](https://travis-ci.org/Thomas-Lebeau/generator-bootstrap-less)
[![Dependency Status](https://david-dm.org/Thomas-Lebeau/generator-bootstrap-less.svg)](https://david-dm.org/Thomas-Lebeau/generator-bootstrap-less)
[![devDependency Status](https://david-dm.org/Thomas-Lebeau/generator-bootstrap-less/dev-status.svg)](https://david-dm.org/Thomas-Lebeau/generator-bootstrap-less#info=devDependencies)
[![peerDependency Status](https://david-dm.org/Thomas-Lebeau/generator-bootstrap-less/peer-status.svg)](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)