bootscrap
v0.1.0
Published
Programmatic access to Bootstrap and Bootswatch CSS files
Downloads
50
Readme
Bootscrap
I'm sure something like this already exists, but I couln't find it quickly so I made (another?) one myself.
This is basically an NPM package with the express purpose of providing programmatic access to Bootstrap and Bootswatch CSS files.
Usage
var bs = require('bootscrap');
bs.css() // gets the CSS for the default, minified bootstrap.min.css
bs.css('flatly') // gets the CSS for the 'Flatly' Bootswatch theme
bs.css('readable') // etc., etc.
Knock yourselves out.