0.1.2 • Published 5 years ago

npm-unpublish v0.1.2

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

npm-unpublish

Another way to unpublish your npm packages.

Usage

# run without installation
npx npm-unpublish <pkg-name> [reason]

# examples
npx npm-unpublish my-pkg
npx npm-unpublish my-pkg "Deprecated, please do not use it!"

# how it works
npm deprecate my-pkg "Deprecated, please do not use it!"
npm owner add npm my-pkg
npm owner rm $(npm whoami) my-pkg
0.1.2

5 years ago

0.1.0

5 years ago

0.1.1

5 years ago

0.0.1

5 years ago