Skip to content

Ayomits/ts-fetcher

Repository files navigation

ts-fetcher

The library wrapper over fetch

Library has 3 main packages

  1. @ts-fetcher/rest
  2. @ts-fetcher/cache
  3. @ts-fetcher/redis

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

  1. @ts-fetcher/rest
  2. @ts-fetcher/cache
  3. @ts-fetcher/redis

Contributing

  1. Clone repository
git clone git@github.com:Ayomits/ts-fetch.git
# or
git clone https://github.com/Ayomits/ts-fetch.git
  1. Install dependencies
pnpm install
  1. Create new branch from dev
  2. Write tests for your changes in __tests__ folder using .spec prefix
  3. Run tests
pnpm run test:watch
  1. Generate changelogs and version updates
pnpm run changeset
  1. Create fork
  2. Push changes to your fork branch
  3. Create pull request
  4. Wait for review

Rules

  1. All your features must pass lint and testing pipeline
  2. Never push untested changes

Good luck <3

About

Typescript module wrapper over fetch

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors