0.0.4 • Published 12 years ago

scaffolding v0.0.4

Weekly downloads
6
License
-
Repository
github
Last release
12 years ago

#Scaffolding any project

##Install

npm install -g scaffolding

##Simple to use 1.Prepare scaffolding.json

{
  "properties": {
    "name": {
      "pattern": "^[a-zA-Z\\.\\-\\d]+$",
      "message": "Name must be only letters, numbers, dots, or dashes",
      "default": "sample",
      "required": true
    },
    "author": {
      "required": true
    }
  },
  "tpl": {
    "tpl/src/base.js": "dist/src/{{name}}.js",
    "tpl/test/base.test": "dist/test/{{name}}"
  }
}

2.Execute feo. Feo generates html, js and css files to dist directory.

scaffolding

##Offcourse! Generally, project involved many developers 1.Prepare .default.scaffolding.json

{
  "author": "sideroad"
}
2.You can override the default setting!

##Dependencies with awesome library
* [prompt](https://github.com/flatiron/prompt)
* [mustache](https://github.com/janl/mustache.js)
* [wrench](https://github.com/ryanmcgrath/wrench-js)
0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago