Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kritzcreek/purescript-psc-ide
- Owner: kritzcreek
- License: mit
- Created: 2016-01-10T01:15:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T21:44:48.000Z (about 1 month ago)
- Last Synced: 2024-10-11T23:54:53.595Z (26 days ago)
- Language: PureScript
- Size: 107 KB
- Stars: 9
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```