Boilerplate to build a package that can be hosted in a registry, such as NPM.
For GitHub to work as expected, you will need to define a token at NPM and add it to publish.yml as the value for NPM_TOKEN
.
This project uses pnpm
. Its syntax is very similar to npm
but there are some differences. More to follow...