Skip to content

Commit

Permalink
typo, readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schmid committed Nov 29, 2012
1 parent 4a0e2c1 commit 2bb25a1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,16 @@ pepe app generator
npm install -g https://github.com/Nex9/pepe.app/archive/master.tar.gz


#Usage

pepe [options]

Generates a template apps using the specified command-line options

options:
tenant path Generates a new imageapp tenant skeleton
simpleapp path Generates a new minimal Spine app
app path Generates a new Spine application
mobile path Generates a new Spine Mobile application
controller name Generates a Spine Controller
model name Generates a Spine Model
4 changes: 2 additions & 2 deletions templates/app/slug.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devcssPath": "/application.css",
"devjsPath": "/application.js",
"devCssPath": "/application.css",
"devJsPath": "/application.js",

"cssPath": "/application.css",
"jsPath": "/application.js",
Expand Down
4 changes: 2 additions & 2 deletions templates/simpleapp/slug.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devcssPath": "/application.css",
"devjsPath": "/application.js",
"devCssPath": "/application.css",
"devJsPath": "/application.js",

"cssPath": "/application.css",
"jsPath": "/application.js",
Expand Down

0 comments on commit 2bb25a1

Please sign in to comment.