XUtils

psvm-js

PureScript Version Manager


Example

  • To get all versions of Purescript available on the github repo: psvm ls-remote
  • To install the version v0.7.0 of Purescript : psvm install v0.7.0
  • To install the latest version of Purescript : psvm install-latest
  • To use the version v0.7.3 of Purescript : psvm use v0.7.3

Note:

  • Some old versions of PureScript only offer the source code, they will not be installed.
  • psvm has been tested on 64-bit versions of Mac OS, Linux, and Windows.
  • psvm uses the GitHub API for some commands, which can lead to rate limiting, especially on CI services. If an environment variable GITHUB_API_TOKEN is set, it will be used for authenticating to the GitHub API.

Articles

  • coming soon...