CUBETIQ NPM Registry Guide
Go to file
Sambo Chea bbb86a9ecf Update 'README.md' 2021-07-29 11:11:04 +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
package.json Add test raw loader for mising the package 2020-08-23 21:11:11 +07:00
README.md Update 'README.md' 2021-07-29 11:11:04 +07:00

Config Proxy for Yarn

yarn config set registry https://r.ctdn.net

Config Proxy for NPM

npm config set registry https://r.ctdn.net

Config/Set NPM Registry

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

Config/Set NPM Scope For Private

npm config set scope @cubetiq

Login/Registry to NPM Registry

npm login https://npm.osa.cubetiqs.com

(Optional) Add user command

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

Publish your NPM package (Default Registry)

npm publish

Publish your NPM package (Custom Registry)

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

Unpublish your NPM package

npm unpublish