https://github.com/purefunctor/psvm-ps
PureScript version management in PureScript.
https://github.com/purefunctor/psvm-ps
Last synced: over 1 year ago
JSON representation
PureScript version management in PureScript.
- Host: GitHub
- URL: https://github.com/purefunctor/psvm-ps
- Owner: purefunctor
- License: bsd-3-clause
- Created: 2021-04-03T17:19:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T16:04:02.000Z (over 3 years ago)
- Last Synced: 2025-01-25T04:44:45.239Z (over 1 year ago)
- Language: PureScript
- Homepage:
- Size: 78.1 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# psvm-ps
PureScript version management in PureScript, expanding upon [psvm-js](https://github.com/ThomasCrevoisier/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.
```sh
$ 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
```sh
$ npm install -g psvm-ps
```