nsaunders / asdf-psc-package

asdf plugin for PureScript's psc-package tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-psc-package Build Lint

psc-package plugin for the asdf version manager.

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add psc-package
# or
asdf plugin add psc-package https://github.com/nsaunders/asdf-psc-package.git

psc-package:

# Show all installable versions
asdf list-all psc-package

# Install specific version
asdf install psc-package latest

# Set a version globally (on your ~/.tool-versions file)
asdf global psc-package latest

# Now psc-package commands are available
psc-package --help

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Nick Saunders

About

asdf plugin for PureScript's psc-package tool

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


Languages

Language:Shell 100.0%