Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 232 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 232 Bytes

Jolie Language Server

An implementation of the Language Server Protocol for the Jolie programming language.

Installation

npm install @jolie/languageserver

Usage

npx joliels [TCP_PORT]

The TCP port is 8080 by default.