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",