{"id":13396923,"url":"https://github.com/ThomasCrevoisier/psvm-js","last_synced_at":"2025-03-13T23:31:54.453Z","repository":{"id":37692323,"uuid":"41328750","full_name":"ThomasCrevoisier/psvm-js","owner":"ThomasCrevoisier","description":null,"archived":true,"fork":false,"pushed_at":"2022-12-03T05:39:59.000Z","size":183,"stargazers_count":31,"open_issues_count":7,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-30T08:17:35.340Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThomasCrevoisier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-24T21:50:17.000Z","updated_at":"2023-08-20T10:00:13.000Z","dependencies_parsed_at":"2023-01-23T04:16:11.091Z","dependency_job_id":null,"html_url":"https://github.com/ThomasCrevoisier/psvm-js","commit_stats":null,"previous_names":["thomascrvsr/psvm-js"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCrevoisier%2Fpsvm-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCrevoisier%2Fpsvm-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCrevoisier%2Fpsvm-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCrevoisier%2Fpsvm-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasCrevoisier","download_url":"https://codeload.github.com/ThomasCrevoisier/psvm-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243500223,"owners_count":20300759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T18:01:07.824Z","updated_at":"2025-03-13T23:31:54.140Z","avatar_url":"https://github.com/ThomasCrevoisier.png","language":"JavaScript","funding_links":[],"categories":["Tool and Package Manager","Build Tooling"],"sub_categories":[],"readme":"# Purescript Version Manager\n\n:warning: **NOT MAINTAINED**, feel free to fork this project or use a better installation process :warning:\n\n## Installation\n\nFirst, let's install psvm through npm : `npm install -g psvm`.\n\nFYI, psvm will create a directory `$HOME/.psvm` and will work in it as the\ndefault directory. If you want to use a different directory, you can set an\nenvironment variable `PSVM_HOME`.\n\nIt will :\n  * put versions of Purescript you download in `$HOME/.psvm/versions` (or `$PSVM_HOME/versions`, if `$PSVM_HOME` is set)\n  * put all bin files for the version you want to use in `$HOME/.psvm/current/bin` (or `$PSVM_HOME/current/bin`, if `$PSVM_HOME` is set)\n\nBecause of the last point, it's necessary you add `$HOME/.psvm/current/bin` in your PATH.\n\n## Usage\n\nLet's run `psvm --help` to see what we can do:\n\n\n    Purescript version manager\n\n    Options:\n    [--help, -?]        Display help about this program\n    [--version, -V]     Display the version of this program\n\n    Available Commands:\n    help                display help about this program\n    ls-remote           List releases available on the Purescript repo\n    latest              Print the latest available version of Purescript\n    install             Install a specific version of Purescript\n    use                 Use the specified installed version of Purescript\n    ls                  List installed versions of Purescript\n    current             Output the current version used of Purescript\n    install-latest      Install the latest version of Purescript\n    uninstall           Uninstall a specific version of Purescript\n\n#### Example\n\n* To get all versions of Purescript available on the github repo: `psvm ls-remote`\n* To install the version `v0.7.0` of Purescript : `psvm install v0.7.0`\n* To install the latest version of Purescript : `psvm install-latest`\n* To use the version `v0.7.3` of Purescript : `psvm use v0.7.3`\n\n#### Note:\n\n* Some old versions of PureScript only offer the source code, they will not be installed.\n* psvm has been tested on 64-bit versions of Mac OS, Linux, and Windows.\n* 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FThomasCrevoisier%2Fpsvm-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FThomasCrevoisier%2Fpsvm-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FThomasCrevoisier%2Fpsvm-js/lists"}