]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blame - README.md
Rename to `node-dhall-json-bin`, like the original package by @joneshf
[github/fretlink/node-dhall-json-bin.git] / README.md
CommitLineData
8a8fafde 1# node-dhall-json-bin
01c39d70
CS
2NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple. Linux and Windows only.
3
4## Installation
5
6:warning: This package should be installed as an optional dependency until static macOS builds are available from [`dhall-haskell` releases](https://github.com/dhall-lang/dhall-haskell/releases).
7
8There’s two installation modes:
9
10### Locked
11
12```
8a8fafde 13npm install --save-optional fretlink/node-dhall-json-bin#v<dhall-json version>-<dhall version>-<package version>
01c39d70
CS
14```
15
16This will install a specific version of `dhall-json`. Replace `<dhall-json version>`, `<dhall version>` and `<package version>` with appropriate versions of `dhall-json`, `dhall` and this package.
17
8a8fafde 18See [the releases](https://github.com/fretlink/node-dhall-json-bin/releases).
01c39d70
CS
19
20### Dynamic
21
22```
8a8fafde 23npm install --save-optional fretlink/node-dhall-json-bin
01c39d70
CS
24```
25
26This will install a version of `dhall-json` matching the `DHALL_JSON_VERSION` and `DHALL_VERSION` environment variables or the `dhall-json:dhall-json-version` and `dhall-json:dhall-version` [npm configuration settings](https://docs.npmjs.com/misc/config#per-package-config-settings).