ci: Switch from GitLab Package Registry to npmjs for publishing
This commit is contained in:
12
README.md
12
README.md
@@ -30,18 +30,6 @@ Codewalkers coordinates agents from different providers (Claude, Codex, Gemini,
|
||||
|
||||
### Install
|
||||
|
||||
**1. Configure your `.npmrc` to use the GitLab Package Registry:**
|
||||
|
||||
```sh
|
||||
# Project-level .npmrc (recommended) — or add to ~/.npmrc for global config
|
||||
@carealytix:registry=https://gitlab.com/api/v4/projects/<PROJECT_ID>/packages/npm/
|
||||
//gitlab.com/api/v4/projects/<PROJECT_ID>/packages/npm/:_authToken=<YOUR_TOKEN>
|
||||
```
|
||||
|
||||
Replace `<PROJECT_ID>` with the GitLab project ID and `<YOUR_TOKEN>` with a personal access token (scope: `read_api`) or deploy token.
|
||||
|
||||
**2. Install globally:**
|
||||
|
||||
```sh
|
||||
npm install -g @carealytix/codewalkers
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user