This package has been deprecated

Author message:

move to @the-/templates ( https://github.com/the-labo/the/tree/master/packages/templates#readme )

the-templates

6.0.14 • Public • Published

the-templates

Build Status npm Version JS Standard

Templates for the-projects

Installation

$ npm install the-templates --save

Usage

'use strict'
 
const coz = require('coz')
const { readme } = require('the-templates')
 
coz.render(
  readme({
    pkg: { name: 'foo', version: 'bar' }
  })
)
 

License

This software is released under the MIT License.

Links

/the-templates/

    Package Sidebar

    Install

    npm i the-templates

    Weekly Downloads

    88

    Version

    6.0.14

    License

    MIT

    Unpacked Size

    87.3 kB

    Total Files

    126

    Last publish

    Collaborators

    • okunishinishi