X Tutup
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 combined purs executable, and the following scripts:

- 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
- psc-ide-server Provides editor support in the form of type information and
                 autocompletion

Copy these files anywhere on your PATH.
X Tutup