Skip to content

allows for running > rake create:{project_type} project={project_name} to create a folder structure and get dependencies

Notifications You must be signed in to change notification settings

andyjamesdavies/create-project-with-rake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Create project

The main aim of this project is to allow for quick rake commands to create different types of web dev projects based on a project template.

If like me you find yourself spending more than 10 seconds creating a project each time you may find this useful.

##Dependencies

  • Ruby 1.8.7
  • curl
  • git

You should only need the Rakefile for this to work as it will clone the latest version of the project to get the template.

Command example:

> rake create:backbonejs project=example_project

To find out all the commands available run the following: > rake -T

#Current commands: > create:backbonejs > create:html5boilerplate > create:twitterBootstrap

About

allows for running > rake create:{project_type} project={project_name} to create a folder structure and get dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published