A starter repo for building and publishing TypeScript packages
lint
and release
workflows for npm publishingtsup
pnpm
(or npm
if you prefer).pnpm
installed, you can install it globally using npm:NPM_TOKEN
to repository>settings>secrets and variables>actions
to publish package to npm registrynode-version
and pnpm
version in workflow files if new lts
version is available.Repo > Settings > Actions. Something like: https://github.com/<YOUR-PROFILE>/<YOUR-REPO>/settings/actions.
Allow GitHub Actions to create and approve pull requests