1.0.47 • Published 4 months ago

@treenity/core v1.0.47

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months 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