@the-/templates
v16.2.15
Published
Templates for the-projects
Downloads
117
Readme
@the-/templates
Templates for the-projects
Installation
$ npm install @the-/templates --save
Usage
'use strict'
const coz = require('coz')
const { Readme } = require('@the-/templates')
const bud = Readme({
pkg: { name: 'foo', version: 'bar' },
})
coz.render(bud)
API Guide
- module:@the-/templates
- .bin(config)
- .Ctrl(config)
- .Dialogs(config)
- .dir(config)
- .errorPage(config)
- .eslintignore(config)
- .eslintrc(config)
- .Hook(config)
- .License(config)
- .mapping(config)
- .nginx(config)
- .pcssVars(config)
- .prettierrc(config)
- .Readme(config)
- .Resources(config)
- .scopes(config)
- .Stateful(config)
- .Stateless(config)
- .Stream(config)
- .test(config)
- .vhost(config)
- .View(config)
See API Guide for more detail
License
This software is released under the MIT License.