forked from purescript/purescript
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
21 lines (16 loc) · 839 Bytes
/
README
File metadata and controls
21 lines (16 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
____ ____ _ _
| _ \ _ _ _ __ ___/ ___| ___ _ __(_)_ __ | |_
| |_) | | | | '__/ _ \___ \ / __| '__| | '_ \| __|
| __/| |_| | | | __/___) | (__| | | | |_) | |_
|_| \__,_|_| \___|____/ \___|_| |_| .__/ \__|
|_|
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.