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 0592a0e commit 4e46627
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions README.md
@@ -1,37 +1,34 @@
projRocket: A command line project bootstrapper.

Usage: ./projRocket -t <project_type> See: Project Types -n <project_name> Default: UNTITLED -d <project_directory>Default: CWD
#projRocket: A command line project bootstrapper.

Supported Project Types
##usage:
```
./projRocket -t <project_type> See: Project Types -n <project_name> Default: UNTITLED -d <project_directory>Default: CWD
```

----------
Static
----------
Use: -t static
##Supported Project Types

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

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

----------
Python Module
----------
Use: -t pymodule
###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
###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 4e46627

Please sign in to comment.