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