0.0.4 • Published 10 years ago

quickstrap v0.0.4

Weekly downloads
18
License
-
Repository
github
Last release
10 years ago

QuickStrap - Thin wrapper around express.js executable to create express template site with twitter bootstrap

Installation:

You can install it directly from npm:

npm install -g quickstrap

Usage:

You use quickstrap much the same way you would use the express executable itself:

Example: quickstrap MySite -e

This will create an express site called MySite using EJS. Below are the options that express supports:

Options:

-h, --help output usage information -V, --version output the version number -s, --sessions add session support -e, --ejs add ejs engine support (defaults to jade) (in quickstrap this also adds support for ejs-layouts) -J, --jshtml add jshtml engine support (defaults to jade) (this actually doesn't work with Express 3.0, though quickstrap does add the files in the right place for future express releases) -H, --hbs add handlebars.js engine support (in express this is for Hogan, however in quickstrap this is for handlebars.js support) -c, --css add stylesheet support (less|stylus) (defaults to plain css) (Currently supports css and LESS) -f, --force force on non-empty directory

TODO:

Add support for SASS Add support for stylus Clean up / add proper console output

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago