1.0.18 • Published 6 days ago

@treenity/core v1.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
6 days ago

@treenity/core docs

Installation

Create token with "api" scope here. Add private registry info to .npmrc file in root of project

@cluster:registry=https://gitlab.com/api/v4/projects/35830151/packages/npm/
//gitlab.com/api/v4/projects/35830151/packages/npm/:_authToken=${TOKEN}

Install:

TOKEN=<access_token> npm i @cluster/protocol

Publish new version

To publish new version you need gilab api access key:

MY_TOKEN=<access_token> npm publish