npm-example-test

This is the first-npm in my npm

Usage no npm install needed!

<script type="module">
  import npmExampleTest from 'https://cdn.skypack.dev/npm-example-test';
</script>

README

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 🙏