See psc-package which provides the same functionality and is updated regularly.
Reproducible builds for PureScript, inspired by Haskell's stack
tool
See purify-template for a template repo that you can clone and build in 5 minutes.
See purify-sets for sets of packages that are known to build together.
purify build
- Build the current project.purify ide
- Launch the PureScript IDE server (for Emacs integration).
See examples of these commands at purify-template.