0.0.9 • Published 1 year ago

@xh-tools/unini v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago