scaf
v1.1.1
Published
A thin wrapper around [khaos](https://github.com/segmentio/khaos) that simplify project scaffolding.
Downloads
15
Readme
scaf
A thin wrapper around khaos that simplify project scaffolding.
Installation
npm install --save scaf
How it works
It augments normal khaos variables with:
- github user
- slugged name of project for usage in code
It then run khaos
It then run sh init
on created directory (init must be present on choosed template)
Usage
$ scaf projectName [--tmpl template-name]
template-name defaults to lib
for an example of template, looks at khaos-nodelib
Credits
Thank you to creators of khaos
License
The MIT License (MIT) Copyright (c) 2015 Andrea Parodi