Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 338 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 338 Bytes

Component Analysis LSP Server

LSP Server that can analyze your dependencies specified in package.json.

Build

npm install
npm run-script build

Setup

we use 2 environment variables to setup the recommender API

export RECOMMENDER_API_URL= the-url
export RECOMMENDER_API_TOKEN=the-token

License

Apache-2.0