UNPKG

purescript-bin

Version:

purescript binary wrapper that makes it seamlessly available as a local dependency

27 lines (18 loc) 562 B
# purescript-bin [![Build Status](http://img.shields.io/travis/passy/purescript-bin/master.svg?style=flat)](http://travis-ci.org/passy/purescript-bin) > Binary wrapper for [purescript](https://github.com/purescript/purescript) ## Install ```sh $ npm install --global purescript-bin ``` ```sh $ psc --help $ psci --help $ psc-docs --help $ psc-make --help ``` ## License MIT ## Thanks Thanks [@kevva](https://github.com/kevva) who I stole literally all the code for this from. Check out [elm-platform-bin](https://github.com/kevva/elm-platform-bin), too.