Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asmedrano committed Sep 26, 2012
1 parent 4e46627 commit c37fdd2
Showing 1 changed file with 22 additions and 25 deletions.
47 changes: 22 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#projRocket: A command line project bootstrapper.

##usage:
Expand All @@ -8,27 +7,25 @@

##Supported Project Types

###Static
Use: ```-t static```
What happens:
Creates index.html with some basic markup.

###Static Site
Use: ```-t staticsite```
What happens:
Creates a static site based on html5Boilerplate

###Python Module

Use: ```-t pymodule```
What happens:
Creates a skeleton python module that adheres to
http://guide.python-distribute.org/creation.html

###Wordpress

Use: ```-t wordpress```
What happens:
Creates a new theme folder based on the html5boilerplate theme
and grabs Wordpress from github. Your theme is ln -s'd into the wordpress theme directory
You will also be asked if you want to configure your DB which will set up wp-config.php.
###Static
Use: ```-t static```
What happens:
Creates index.html with some basic markup.

###Static Site
Use: ```-t staticsite```
What happens:
Creates a static site based on html5Boilerplate

###Python Module
Use: ```-t pymodule```
What happens:
Creates a skeleton python module that adheres to
http://guide.python-distribute.org/creation.html

###Wordpress
Use: ```-t wordpress```
What happens:
Creates a new theme folder based on the html5boilerplate theme
and grabs Wordpress from github. Your theme is ln -s'd into the wordpress theme directory
You will also be asked if you want to configure your DB which will set up wp-config.php.

0 comments on commit c37fdd2

Please sign in to comment.