A Generator for Yeoman to work with the Less version of Bootstrap
- 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 andgrunt serve
for preview
This version includes Bootstrap 3. If you need Bootstrap 2.3 you should install the previous version of this generator: npm install [email protected]
-
--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished. -
--test-framework <framework>
Defaults to
mocha
. Can be switched for another supported testing framework likejasmine
.
Thomas Lebeau