Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobdufault/lspc
Command line language server protocol client (LSPC)
https://github.com/jacobdufault/lspc
Last synced: 7 days ago
JSON representation
Command line language server protocol client (LSPC)
- Host: GitHub
- URL: https://github.com/jacobdufault/lspc
- Owner: jacobdufault
- License: apache-2.0
- Created: 2018-04-25T07:10:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T06:22:12.000Z (over 6 years ago)
- Last Synced: 2024-06-20T11:55:48.050Z (5 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 12
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
As a heads up, I'm not likely to work on this project anymore.
# lspc
lspc is a command-line client for the language server protocol ecosystem.
lspc starts and runs language servers and lets you interact with them as if
they were command line tools.## Installation
```sh
$ go get -u github.com/jacobdufault/lspc
$ lspc # prints out help/usage
# Use lspc help for more information, ie, lspc help start
```## Development status
Still under active work. Managing language servers mostly works, but they
cannot yet be easily interacted with.