README
Created to learn how to upload a package to NPM.
How to install?
npm install hello-npm-by-arthurdw
My first NPM package!
<script type="module">
import helloNpmByArthurdw from 'https://cdn.skypack.dev/hello-npm-by-arthurdw';
</script>
npm install hello-npm-by-arthurdw