- Bun 1.0+ (replaces npm/Node.js for this project)
- Git
git clone https://github.com/xarlizard/react-api-forge.git
cd react-api-forge
bun installbun run build # Build the package
bun run test # Run tests
bun run lint # Lint code
bun run typecheck # Type checking
bun run dev # Run all checks- Set up your NPM token in GitHub secrets as
NPM_TOKEN - Create a GitHub release to trigger automated publishing
bun run release:ps # Patch version
bun run release:ps:minor # Minor version
bun run release:ps:major # Major versionBasic tests are included. Add more tests in src/__tests__/.
The package builds to both CommonJS and ES modules in the dist/ directory.