Skip to content

Commit

Permalink
docs(readme): update information
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Apr 20, 2024
1 parent ea1945d commit 461cc76
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ JSONA parser, linter, formatter, lsp and cli

Look at [official documentation](https://jsona.github.io/jsona)

## Motivation

> This package is specifically designed for direct Command-Line Interface (CLI) interaction or as an extension for Visual Studio Code.
### The functionality for npx or bunx is not included and is not anticipated to be incorporated in the future

## How this is fast?

This project leverages the [binary2npm](https://github.com/dalisoft/binary2npm) utility to streamline the acquisition of platform-specific binaries. The binaries provided by the author are highly optimized, surpassing the performance of the traditional **Node.js** `bin.js` approach. By invoking the binaries directly, we circumvent unnecessary overhead, resulting in significantly reduced startup times and enhanced efficiency.

## Installation

```sh
Expand Down

0 comments on commit 461cc76

Please sign in to comment.