You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2025. It is now read-only.
Language Server(LSP) that can analyze your dependencies specified in `package.json` and `pom.xml`.
8
+
Language Server(LSP) that can analyze your dependencies specified in `package.json`, `pom.xml`, `requirements.txt` and `go.mod`.
9
9
10
10
## Build
11
11
12
12
```
13
13
npm install
14
-
npm run-script build
15
14
```
16
15
17
16
## Test
@@ -25,26 +24,24 @@ npm test
25
24
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.
26
25
27
26
```
28
-
export RECOMMENDER_API_URL= the-url + '/api/v1'
27
+
export RECOMMENDER_API_URL= the-url + '/api/v2'
29
28
```
30
29
31
30
```
32
-
export RECOMMENDER_API_TOKEN=the-token
33
31
export THREE_SCALE_USER_TOKEN=the-user-token
34
32
```
35
33
36
34
## Release
37
35
38
-
Semantic release are done via fabric8cd using `semantic-release`.
36
+
Semantic release are done via Github Actions using `semantic-release`.
39
37
- merging each PR will result with an automatic build of master
40
38
- and a release apatch, minor or major version. You should use correct [commit message](https://github.com/semantic-release/semantic-release#commit-message-format).
41
39
42
40
## Clients
43
41
44
42
client which consumes Dependency Analytics Language Server:
0 commit comments