ape-tmpl
Templates for ape framework.
Installation
$ npm install ape-tmpl --save-dev
Usage
Generating README.md
.README.md.bud
/** * Bud file for README.md */ 'use strict' const apeTmpl = const pkg = moduleexports = apeTmpl if !moduleparent // This will generate "README.md"
Then,
$ node .README.md.bud
Generating LICENSE
.LICENSE.bud
/** * Bud file for LICENSE */ 'use strict' const apeTmpl = moduleexports = apeTmpl if !moduleparent // This will generate "LICENSE"
Then,
$ node .LICENSE.bud
License
This software is released under the MIT License.