From 2bb25a1ce993fca79fa89056dd28e1b5fd234433 Mon Sep 17 00:00:00 2001 From: Andreas Schmid Date: Wed, 28 Nov 2012 22:54:19 -0500 Subject: [PATCH] typo, readme update --- README.md | 13 +++++++++++++ templates/app/slug.json | 4 ++-- templates/simpleapp/slug.json | 4 ++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f214a1..5c47010 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/templates/app/slug.json b/templates/app/slug.json index 237e9da..6158a78 100644 --- a/templates/app/slug.json +++ b/templates/app/slug.json @@ -1,6 +1,6 @@ { - "devcssPath": "/application.css", - "devjsPath": "/application.js", + "devCssPath": "/application.css", + "devJsPath": "/application.js", "cssPath": "/application.css", "jsPath": "/application.js", diff --git a/templates/simpleapp/slug.json b/templates/simpleapp/slug.json index ce31f78..de1f958 100644 --- a/templates/simpleapp/slug.json +++ b/templates/simpleapp/slug.json @@ -1,6 +1,6 @@ { - "devcssPath": "/application.css", - "devjsPath": "/application.js", + "devCssPath": "/application.css", + "devJsPath": "/application.js", "cssPath": "/application.css", "jsPath": "/application.js",