@the-/templates

Templates for the-projects

Usage no npm install needed!

<script type="module">
  import theTemplates from 'https://cdn.skypack.dev/@the-/templates';
</script>

README

@the-/templates

npm Version

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

See API Guide for more detail

License

This software is released under the MIT License.

Links