CUBETIQ NPM Registry Guide
Go to file
Sambo Chea 27afd14d9f add index 2020-05-05 11:35:45 +07:00
.gitignore first add git 2020-05-05 11:29:21 +07:00
index.js add index 2020-05-05 11:35:45 +07:00
README.MD add readme 2020-05-05 11:34:57 +07:00

Config/Set NPM Registry

npm config set registry https://npm-registry.cubetiqs.com

Config/Set NPM Scope For Private

npm config set scope @cubetiq

Login/Registry to NPM Registry

npm login https://npm-registry.cubetiqs.com

(Optional) Add user command

npm adduser --registry https://npm-registry.cubetiqs.com

Publish your NPM package (Default Registry)

npm publish

Publish your NPM package (Custom Registry)

npm publish --registry https://npm-registry.cubetiqs.com

Unpublish your NPM package

npm unpublish