1.0.3 • Published 6 years ago

npm-example-test v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Npm-example

If you don't have a npm account,you can register by this way

    npm adduser

If you registed,log in

    npm login

you can see the user name logined

    npm who am i

Now you can create your project

    npm init

Publish after created

    npm publish

Publish the next version

    npm version patch
    npm publish

Unpublish version

    npm unpublish {package}@{version}

Unpublish all

    npm unpublish {package}

Just enjoy 🙏