purefunctor / psvm-ps

PureScript version management in PureScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psvm-ps

PureScript version management in PureScript, expanding upon psvm-js.

Installs files under $HOME/.psvm, and as such, this tool currently only supports Linux given that I don't have access to Windows/MacOS environments. Pull requests to add compatibility for these two operating systems is welcome.

$ psvm
psvm-ps
    PureScript version management in PureScript.

    --help,-h        Show this help message.
    --version,-v     Show the installed psvm-ps version.

    clean            Clean downloaded artifacts.
    install          Install a PureScript version.
    ls               List PureScript versions.
    uninstall        Uninstall a PureScript version.
    use              Use a PureScript version.

Installation

$ npm install -g psvm-ps

About

PureScript version management in PureScript.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PureScript 78.9%Language:JavaScript 14.1%Language:Dhall 7.0%