twilson63 / easyboot

NodeJs Command Line App to pull and extract latest twitter bootstrap
MIT License
4 stars 0 forks source link

easyboot

build status

A command line app that pulls the latest version of twitter bootstrap and extracts the production files into a css, js, img folder.

why

To make it simple to add the twitter bootstrap to any public project folder.

requirements

nodejs

install

npm install easyboot -g

usage

Go to your web application asset folder. (ie. public)

Then run easyboot

easyboot

You should see the following output:

Download Complete
Extract Complete

Next if your review your directory, you should see the following:

license

see LICENSE

contributions

pull requests welcome