@inspectorium/server

0.1.2 • Public • Published

inspectorium/server

Install

$ npm install @inspectorium/server

Setup

You should tell inspectorium server a Language Server. The Language Server should be a implementation of LSP. And you can configure it with inspectorium.yml.

For example:

# inspectorium.yml

# port: 4000  # web server port
# projectRoot: "." # project root directory
languageServer:
  # command to run LSP server
  command: typescript-language-server
  args:
    - "--stdio"

Start inspectorium-server

$ inspectorium-server

Or you can also specify a config yaml file name.

$ inspectorium-server -c inspectorium.yml

License

MIT

Package Sidebar

Install

npm i @inspectorium/server

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

89.4 kB

Total Files

43

Last publish

Collaborators

  • quramy