UNPKG

purs-bin-simple

Version:

A simple distribution of purs using NPM. This is a fork of [npm-psc-package-bin-simple](https://github.com/justinwoo/npm-psc-package-bin-simple).

38 lines (24 loc) 890 B
# npm-purs-bin-simple A simple distribution of purs using NPM. This is a fork of [npm-psc-package-bin-simple](https://github.com/justinwoo/npm-psc-package-bin-simple). npm package link: <http://npmjs.com/package/purs-bin-simple> ## Installation You can install this into your project dependencies: ``` npm install -S purs-bin-simple ``` ## CLI You can also install this globally: ``` npm install -g purs-bin-simple ``` You can specify the `purs` version via the `PURS_VERSION` environment variable: ``` PURS_VERSION=v0.13.0 npm install -g purs-bin-simple ``` ## Version history Instead of awkwardly trying to follow the same versioning scheme, the following table should be consulted if you need a specific series of versions: | npm package | purs | | ----------- | ----------- | | 0.3.0 | 0.13.2 | | 0.2.0 | 0.13.2 | | 0.1.0 | 0.13.0 |