The library wrapper over fetch
Library has 3 main packages
If you want only use cache in your projects - install @ts-fetcher/cache or redis @ts-fetcher/redis
If you want only use rest wrapper - install @ts-fetcher/rest
Documenation links
- Clone repository
git clone git@github.com:Ayomits/ts-fetch.git
# or
git clone https://github.com/Ayomits/ts-fetch.git- Install dependencies
pnpm install- Create new branch from
dev - Write tests for your changes in
__tests__folder using.specprefix - Run tests
pnpm run test:watch- Generate changelogs and version updates
pnpm run changeset- Create fork
- Push changes to your fork branch
- Create pull request
- Wait for review
- All your features must pass lint and testing pipeline
- Never push untested changes
Good luck <3