0.0.3-alpha.5 • Published 5 months ago
blendtype v0.0.3-alpha.5
packageName
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 { GalaxyClient } from 'blendtype'
CommonJS (Legacy Node.js)
const { GalaxyClient } = require('blendtype')
CDN (Deno, Bun and Browsers)
import {} from 'https://esm.sh/pkg'
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
0.0.3-alpha.5
5 months ago