1.1.1 • Published 9 years ago

scaf v1.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

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