This is a playground
to test code. It runs a full Node.js
environment and already has all of npm
’s 400,000 packages pre-installed, including fabric8-analytics-lsp-server
with all npm
packages installed. Try it out:
fabric8-analytics-lsp-server lists no main file and has no index.js, so it can't be directly required. If this is a mistake, please let us know. It may however contain internal files that you can require manually:
require()
any package directly from npmawait
any promise instead of using callbacks (example)This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.
Language Server(LSP) that can analyze your dependencies specified in package.json
and pom.xml
.
npm install
npm run-script build
npm test
we use 2 environment variables to setup the recommender API either you need to set OSIO user token or 3scale User key along with Api url as in below.
export RECOMMENDER_API_URL= the-url + '/api/v1'
export RECOMMENDER_API_TOKEN=the-token
export THREE_SCALE_USER_TOKEN=the-user-token
Semantic release are done via fabric8cd using semantic-release
.
client which consumes Dependency Analytics Language Server:
Apache-2.0