Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kritzcreek/purescript-psc-ide

PureScript client for psc-ide
https://github.com/kritzcreek/purescript-psc-ide

Last synced: about 2 hours ago
JSON representation

PureScript client for psc-ide

Awesome Lists containing this project

README

        

# purescript-psc-ide [![Build Status](https://travis-ci.org/kRITZCREEK/purescript-psc-ide.svg?branch=master)](https://travis-ci.org/kRITZCREEK/purescript-psc-ide)

A PureScript client for `purs ide server` (previously `psc-ide`). Information about the IDE server and protocol
can be found in the [compiler repository](https://github.com/purescript/purescript/tree/master/psc-ide).

## Dependencies

The npm dependency `which` is required for certain functionality.

```sh
npm install -S which
```