Skip to content
forked from unjs/template

📋 UnJS Project Starter Template

License

Notifications You must be signed in to change notification settings

icebreaker-forked/unbuild-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packageName

npm version npm downloads bundle Codecov License JSDocs

This is my package description.

Usage

Install package:

# npm
npm install packageName

# yarn
yarn add packageName

# pnpm
pnpm install packageName

Import:

// ESM
import {} from "packageName";

// CommonJS
const {} = require("packageName");

Development

  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm 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%