Explains what it does
-
As a developer, I want to use TemplateName for X
-
As a developer, I don't want to do Y
- ✅ Does X and Y
- ✅ Available as a simple API and simple to use CLI
- ✅ Just
136 byte
nano sized (ESM, gizpped) - ✅ Tree-shakable and side-effect free
- ✅ Runs on Windows, Mac, Linux, CI tested
- ✅ First class TypeScript support
- ✅ 100% Unit Test coverage
npx @jsheaven/template-name templateName --foo X
You need at least version 18 of Node.js installed.
- yarn:
yarn add @jsheaven/template-name
- npm:
npm install @jsheaven/template-name
import { templateName } from '@jsheaven/template-name'
const result = await templateName({
foo: 'X',
})
const { templateName } = require('@jsheaven/template-name')
// same API like ESM variant