0.0.9 • Published 10 months ago

@xh-tools/unini v0.0.9

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

unini

npm version bundle size license

This is my package description.

Usage

Install package:

# ✨ Auto-detect
npx nypm install @xh-tools/unini

# npm
npm install @xh-tools/unini

# yarn
yarn add @xh-tools/unini

# pnpm
pnpm install @xh-tools/unini

# bun
bun install @xh-tools/unini

# deno
deno install @xh-tools/unini

Import:

ESM (Node.js, Bun, Deno)

import { parse, stringify } from "@xh-tools/unini";

CommonJS (Legacy Node.js)

const { parse, stringify } = require("@xh-tools/unini");

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.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago