@rayriffy/quick-npm
v0.0.2
Published
Quick start template for publishing NPM package.
Downloads
4
Readme
quick-npm
Quick start template to rapidly develop NPM packages with speed, and automations.
Install
pnpm add @rayriffy/quick-npmSetting up
- Allow GitHub Actions to create pull request
- Generate NPM authotization token into
NPM_TOKENsecret
Publishing
This repository has been configured to automatically publish NPM packages by Changesets. Run pnpm changeset command to publishing your changes before commit.
