Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 ____                 ____            _       _
|  _ \ _   _ _ __ ___/ ___|  ___ _ __(_)_ __ | |_
| |_) | | | | '__/ _ \___ \ / __| '__| | '_ \| __|
|  __/| |_| | | |  __/___) | (__| |  | | |_) | |_
|_|    \__,_|_|  \___|____/ \___|_|  |_| .__/ \__|
                                       |_|

Installation Instructions
-------------------------

This bundle contains the following executables:

- psc           The PureScript compiler
- psci          The PureScript interactive REPL (requires NodeJS)
- psc-docs      A Markdown documentation generator for PureScript code
- psc-bundle    Bundles together CommonJS modules produced by `psc` into a
                single JavaScript file; useful for running in the browser.
- psc-publish   Generates documentation packages for uploading to Pursuit

Copy these files anywhere on your PATH.