]> git.immae.eu Git - github/fretlink/node-dhall-json-bin.git/blob - README.md
Update README.md
[github/fretlink/node-dhall-json-bin.git] / README.md
1 # node-dhall-json-bin
2 NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-package-bin-simple.
3
4 ## Installation
5
6 There’s two installation modes:
7
8 ### Locked
9
10 ```
11 npm install fretlink/node-dhall-json-bin#v<dhall-json version>-<dhall version>-<package version>
12 ```
13
14 This 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
16 See [the releases](https://github.com/fretlink/node-dhall-json-bin/releases).
17
18 ### Dynamic
19
20 ```
21 npm install fretlink/node-dhall-json-bin
22 ```
23
24 This 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).