This package is published to NPM as react-api-forge and to GitHub Packages as @Xarlizard/react-api-forge.
npm install react-api-forgeFirst, configure your .npmrc:
@Xarlizard:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN
Then install:
npm install @Xarlizard/react-api-forgeReleases are automated via GitHub Actions when you create a GitHub release.
npm run release:ps # Patch version (1.0.0 → 1.0.1)
npm run release:ps:minor # Minor version (1.0.0 → 1.1.0)
npm run release:ps:major # Major version (1.0.0 → 2.0.0)To enable publishing, add your NPM token to GitHub repository secrets:
- Go to your repository settings
- Navigate to Secrets and variables → Actions
- Add
NPM_TOKENwith your NPM automation token