Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Feb 20, 2024
1 parent 8e9af22 commit 38d0d48
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,18 @@

Config parsers for:

👉 [YAML](https://yaml.org/)

👉 [TOML](https://toml.io/)

👉 [JSONC](https://github.com/microsoft/node-jsonc-parser)

👉 [JSON5](https://json5.org/)
[YAML](https://yaml.org/) (with [js-yaml](https://github.com/nodeca/js-yaml)) <br>
[TOML](https://toml.io/) (with [js-toml](https://github.com/sunnyadn/js-toml) <br>
[JSONC](https://github.com/microsoft/node-jsonc-parser) (with [jsonc-parser](https://github.com/microsoft/node-jsonc-parser)) <br>
[JSON5](https://json5.org/) (with [json5](https://github.com/json5/json5)) <br>

With perfect bundling:

✅ Types exported out of the box

✅ Zero config and compat redistribution

✅ Dual ESM/CJS build

✅ Consistent and tested API

✅ Handpicked best options (bundle+perf)
✨ Types exported out of the box <br>
✨ Zero config and compact redistribution <br>
✨ Dual ESM/CJS build <br>
✨ Consistent and tested API <br>
✨ Handpicked best libraries (bundle+perf) <br>

## Usage

Expand Down Expand Up @@ -85,7 +78,7 @@ const {
## Development

- Clone this repository
- Install latest LTS version of [Node.js](https://nodejs.org/en/)
- Install the latest LTS version of [Node.js](https://nodejs.org/en/)
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
- Install dependencies using `pnpm install`
- Run interactive tests using `pnpm dev`
Expand Down

0 comments on commit 38d0d48

Please sign in to comment.