Awesome
packageName
<!-- automd:badges color=yellow --> <!-- /automd -->This is my package description.
Usage
Install package:
<!-- automd:pm-install --># ✨ 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
<!-- /automd -->
Import:
<!-- automd:jsimport cjs cdn name="pkg" -->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";
<!-- /automd -->
Development
<details> <summary>local development</summary>- 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
<!-- automd:contributors license=MIT -->Published under the MIT license. Made by community 💛 <br><br> <a href="https://github.com/unjs/packageName/graphs/contributors"> <img src="https://contrib.rocks/image?repo=unjs/packageName" /> </a>
<!-- /automd --> <!-- automd:with-automd -->🤖 auto updated with automd
<!-- /automd -->