we-need-jons-help
v0.69.3
Published
Find out how much you rely on Jon Schlinkert
Downloads
1
Readme
Node minimal starter package
A minimal starter typescript template for Node libraries with Vite, Vitest, and Unbuild.
Usage
Install package:
# npm
npm install packageName
# yarn
yarn add packageName
# pnpm
pnpm install packageName
# bun
bun install packageName
Import:
// node
import {} from "packageName";
// deno
import * as packageName from "https://esm.sh/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.