mankees-init
v0.4.3
Published
Project initializer. Pass template and project name as parameters
Readme
Initializer
This mankees plugin provides initializes a project. It injects .mankees/config.json data to templates defined in a directory structure placed below this plugin. See node/ directory for a demo of such. It expects config.json such as follow to work fully:
{
"author": "John Doe",
"nick": "johnno",
"email": "[email protected]",
"year": 2013,
"license": "MIT"
}