@alotool/contact-us

Contact us

Usage no npm install needed!

<script type="module">
  import alotoolContactUs from 'https://cdn.skypack.dev/@alotool/contact-us';
</script>

README

CONTACT-US

docs

Publish package to NPM package registry

npm login
npm publish --access public

Unpublishing a single version of a package

npm unpublish <package-name>@<version>

Unpublishing an entire package

npm unpublish <package-name> -f