|
1 | 1 |
|
2 | 2 | ## Editors
|
3 | 3 |
|
4 |
| -#### Atom |
| 4 | +#### Atom |
5 | 5 |
|
6 | 6 | - [purescript-contrib/atom-language-purescript](https://github.com/purescript-contrib/atom-language-purescript) provides syntax highlighting
|
7 | 7 | - [nwolverson/atom-ide-purescript](https://github.com/nwolverson/atom-ide-purescript) provides build support, REPL, and autocomplete etc. via [psc-ide](https://github.com/purescript/purescript/tree/master/psc-ide)
|
@@ -37,12 +37,15 @@ Spacemacs users can just use the [`purescript` layer](https://github.com/syl20bn
|
37 | 37 |
|
38 | 38 | ## Build tools and package managers
|
39 | 39 |
|
40 |
| -- [Pulp](https://github.com/purescript-contrib/pulp) - a standalone build system for PureScript ([pulp](https://www.npmjs.com/package/pulp) in `npm`) |
| 40 | +Maintained: |
| 41 | +- [spago](https://github.com/purescript/spago) - PureScript package manager and build tool powered by [Dhall](https://github.com/dhall-lang/dhall-lang) and [package-sets](https://github.com/purescript/package-sets) |
41 | 42 | - [psc-package](https://github.com/purescript/psc-package) - A package manager for PureScript based on the concept of package sets
|
42 |
| -- [spago](https://github.com/spacchetti/spago) - PureScript package manager and build tool powered by [Dhall](https://github.com/dhall-lang/dhall-lang) and [package-sets](https://github.com/purescript/package-sets) |
43 |
| -- [Gulp task](https://github.com/purescript-contrib/gulp-purescript) (`gulp-purescript` in `npm`) |
44 |
| -- [psvm-js](https://github.com/ThomasCrvsr/psvm-js) - PureScript Version Manager |
45 | 43 | - [purs-loader](https://github.com/ethul/purs-loader/) - PureScript loader for WebPack
|
46 |
| -- [psc-pane](https://github.com/anttih/psc-pane) - Auto reloading compiler which formats a single error to fit the window |
47 |
| -- [purescript-psa](https://github.com/natefaubion/purescript-psa) - A pretty, flexible error/warning reporting frontend for `psc` featuring colours, original source spans in errors, warning filtering and persistence. |
48 | 44 | - [pscid](https://github.com/kRITZCREEK/pscid) is a lightweight file-watcher/testrunner for PS projects providing instant-rebuilds in an editor agnostic way
|
| 45 | +- [purescript-psa](https://github.com/natefaubion/purescript-psa) - A pretty, flexible error/warning reporting frontend for `psc` featuring colours, original source spans in errors, warning filtering and persistence. |
| 46 | +- [Pulp](https://github.com/purescript-contrib/pulp) - a standalone build system for PureScript ([pulp](https://www.npmjs.com/package/pulp) in `npm`). *Spago is recommended over Pulp.* |
| 47 | +- [Gulp task](https://github.com/purescript-contrib/gulp-purescript) (`gulp-purescript` in `npm`). *Spago is recommended over the PureScript Gulp task.* |
| 48 | + |
| 49 | +Unmaintained: |
| 50 | +- [psvm-js](https://github.com/ThomasCrvsr/psvm-js) - PureScript Version Manager |
| 51 | +- [psc-pane](https://github.com/anttih/psc-pane) - Auto reloading compiler which formats a single error to fit the window |
0 commit comments