Skip to content

fabric8-analytics/fabric8-analytics-lsp-server

Repository files navigation

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