Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

the-templates

the-labo220MITdeprecated6.0.14

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

Templates for the-projects

the

readme

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.