0.0.2 • Published 10 months ago
qva v0.0.2
Qva 🧐 快速工具合集
This is my package description.
Usage
Install package:
# ✨ Auto-detect
npx nypm install qva
# npm
npm install qva
# yarn
yarn add qva
# pnpm
pnpm install qva
# bun
bun install qva
Import:
ESM (Node.js, Bun)
import { } from "pkg";
CommonJS (Legacy Node.js)
const {} = require("pkg");
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