GitHub - purescript/psc-package: A package manager for PureScript based on package sets (original) (raw)

psc-package

Build Status

psc-package is an executable which helps manage PureScript dependencies via Git. It can be used directly, but it is also designed to be used by external tools.

See the guide to learn how to use Psc-Package.

Installation

If you're a Windows Chocolatey user, then you can install psc-package from the official repo:

$ choco install psc-package

Usage

install or update the dependencies listed in psc-package.json

$ psc-package install

install or update the package and add it to psc-package.json if not listed

$ psc-package install

list available commands

$ psc-package --help

Design Goals