README
Example npm package
Following the instructions on npm.
mkdir npm-example
cd npm-example
npm init --scope=@andyreagan
npm adduser
npm login
npm publish --access public
test package
<script type="module">
import andyreaganNpmExample from 'https://cdn.skypack.dev/@andyreagan/npm-example';
</script>
Following the instructions on npm.
mkdir npm-example
cd npm-example
npm init --scope=@andyreagan
npm adduser
npm login
npm publish --access public