0.0
No commit activity in last 3 years
No release in over 3 years
The start_project gem is a simple way of downloading the latest version of your favourite framework. It's very easy to use: simply install the gem as normal with gem install start_project and then run the command line tool ProjectStart --type {framework} --name {name of project} and it will pull the latest version of the framework and extract it to your machine with the name you provided. Currently, there are 5 frameworks: html 5 boilerplate, bootstrap, 960 grid, 320 and up, and mass gs960 andup320 mass, but I'll be adding more in the future. You can fork the source on github here: https://github.com/aonghusflynn/ProjectStart You can find my blog here: http://www.aonghusflynn.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

#ProjectStart# This gem adds a command line utility that allows you to pull the latest versions of different frameworks, like html5 boilerplate, bootstrap and the like.

More to follow.

##Usage## ProjectStart -t html5 -n myNewProject

This creates a new folder called myNewProject with the latest version of html5 boilerplate in it.