@gaias/restclient
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

npm config ls -l

publish project to npm registry

npm login username: xxx password:xxx email:xxxx

Config repository

npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz npm config set registry=https://registry.npmjs.org/

npm config set registry https://registry.npmjs.org

add .npmrc file

registry=https://registry.npmjs.org/ _auth=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 strict-ssl=false always-auth=true

edit package.json

"publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" },

publish project

npm publish --access public

change version package.json & update version

yarn prepublish (package.json) npm publish --access public

rollback npm unpublish @gaias/restclient@1.0.1 -f

Readme

Keywords

Package Sidebar

Install

npm i @gaias/restclient

Weekly Downloads

1

Version

1.0.3

License

UNLICENSED

Unpacked Size

41.1 kB

Total Files

19

Last publish

Collaborators

  • yangxiangjiang