Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 430 Bytes

Fast Ruby Language Server

Yet another one impementation of Ruby Language Server. Currentrly in progress

Available CLI arguments

--help, -h: help info

--version, -v: print current version

--host=<value>: specify host

--port=<port>: specify port

How to send a request?

cat fixtures/initialize.txt | curl telnet://127.0.0.1:1488

Development

Build and run: make

Run tests: make test