0.0.11 • Published 2 years ago

@gaiiaa/assert v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago