Jump to content

Blastoff - Launch New Projects


Recommended Posts

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 by nitrammit
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...