0.69.3 • Published 5 months ago

we-need-jons-help v0.69.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Archí

Node minimal starter package

Npm package yearly downloads GitHub stars NuGet stable version

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.

0.69.3

5 months ago