nitrammit Posted March 17, 2013 Share Posted March 17, 2013 (edited) I'm tinkering with workflows and I've created a very simple one for launching projects using the following repos on GitHub: - HTML5 Boilerplate- WordPress - Laravel 3- Laravel 4 - CodeIgniter This workflow very simply pulls in the latest version from GitHub and drops it into a folder on your desktop. The Laravel 4 command also runs composer install. All you need to do is punch in the correct command followed by the folder name you want to use. Examples: - html NewHTML5Project- wp NewWordPressProject- l4 NewLaravel4Project- l3 NewLaravel3Project- ci NewCodeIgniterProject Download - http://cl.ly/2O3V0D1P3S2s How could we improve this? Cheers! Edited March 17, 2013 by nitrammit Enhorn 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now