Zero infrastructure Node.js background jobs
Documentation · Blog · Community · Roadmap / RFCs
Fork
This is a fork of the official client with a fix for https://github.com/defer-run/defer.client/issues/106. You probably don't want to use this.
Get started
API documentation
Contributing
You want to fix a bug or suggest a change? Please open a PR! Want to pitch a new feature, please open a RFC.
Open a PR
Make sure to follow our Code of Conduct and the following requirements:
- Each new feature should be shipped with new tests
- A PR should contains a description explaining the motivation
Local setup
- Clone the repository:
git clone git@github.com:defer-run/defer.client.git
- Install the dependencies:
npm ci
- Run the test after introducing changes:
npm run test
- Bump a patch or minor by running
npx changelog
(please provide a brief description of the changes)