Skip to content
/ template Public template
forked from unjs/template

📋 unjs project starter template

License

Notifications You must be signed in to change notification settings

markthree/template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packageName

npm version npm downloads Github Actions Codecov

Package description

Usage

Install package:

# npm
npm install packageName

# yarn
yarn install packageName

# pnpm
pnpm install packageName

Import:

// ESM
import { } from 'packageName'

// CommonJS
const { } = require('packageName')

💻 Development

  • Clone this repository
  • Enable Corepack using corepack enable (use npm i -g corepack for Node.js < 16.10)
  • Install dependencies using yarn install
  • Run interactive tests using yarn dev

License

Made with 💛

Published under MIT License.

About

📋 unjs project starter template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%