Skip to content
forked from unjs/template

📋 UnJS Project Starter Template

License

Notifications You must be signed in to change notification settings

MatrixCross/Lib-Starter-Unbuild

 
 

Repository files navigation

packageName

npm version npm downloads

This is my package description.

Usage

Install package:

# ✨ Auto-detect
npx nypm install packageName

# npm
npm install packageName

# yarn
yarn add packageName

# pnpm
pnpm install packageName

# bun
bun install packageName

# deno
deno install packageName

Import:

ESM (Node.js, Bun, Deno)

import {} from "pkg";

CommonJS (Legacy Node.js)

const {} = require("pkg");

CDN (Deno, Bun and Browsers)

import {} from "https://esm.sh/pkg";

Development

local 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

Published under the MIT license. Made by community 💛


🤖 auto updated with automd

About

📋 UnJS Project Starter Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.7%
  • JavaScript 44.3%