0.0.4 • Published 5 years ago

@tony_zhang/npm-pkg-ts-demo v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

npm-pkg-ts-demo

npm init --scope=@tony_zhang
npm install -D typescript @types/node
tsc --init
tslint --init
npm install -D jest ts-jest @types/jest

npm login
Username: tony_zhang
Password:
Email: (this IS public) email@email.com
Logged in as tony_zhang on https://registry.npm.taobao.org/.

npm config set registry=https://registry.npm.taobao.org

npm publish

npm publish --access public

// need change registry
npm config get registry
npm config set registry=https://registry.npmjs.org

npm unpublish  --force
0.0.3

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago