]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blame - README.md
Add an upper bound to the `dhall-json` versions providing `yaml-to-dhall`
[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
01c39d70
CS
6There’s two installation modes:
7
8### Locked
9
10```
045515b2 11npm install fretlink/node-dhall-json-bin#v<dhall-json version>-<dhall version>-<package version>
01c39d70
CS
12```
13
14This 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.
15
8a8fafde 16See [the releases](https://github.com/fretlink/node-dhall-json-bin/releases).
01c39d70
CS
17
18### Dynamic
19
20```
045515b2 21npm install fretlink/node-dhall-json-bin
01c39d70
CS
22```
23
24This 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).