Skip to content

Deland-Labs/localCache

Repository files navigation

Local Cache

publish Node.js Package

Usage

npm config set @deland-labs:registry https://gitlab.com/api/v4/projects/37663507/packages/npm/
npm install @deland-labs/local-cache

Document

npm start

Publish

git tag vX.Y.Z HEAD  # Tag names started with "v" will trig CI/CD pipeline

git push origin master --tags