Hey everyone, I really love the twitter bootstrap 2.0 and I have been using it a lot lately to work with some simple node apps.
Anyway, I found my self pulling down the zip file and extracting it into an assets folder over and over. So I created a simple command- line app that does just that. Simply, open a console into your assets folder and run easyboot It will download the master bootstrap.zip file and extract the contents to your cwd. I have found it very useful and has been a real time saver. I wanted to share with anyone that is interested. To install first install nodejs on your system see http://nodejs.org Then run npm install easyboot -g this should register the easyboot command in your /usr/local/bin folder. After that, anytime you want to grab the latest bootstrap, just run easyboot in your assets folder and it will pull it down for you. If you would like to see the source or contribute just fork https://github.com/twilson63/easyboot Thanks Tom
