Contributing
Development
- Run tests:
deno test --allow-net - Lint:
deno lint - Format:
deno fmt - Type check:
deno task check - Build npm package:
deno task build --set-version 0.0.0
Docs
See docs/:
- Dev:
npm run dev - Build:
npm run build - Preview:
npm run preview
Links
- API Reference: https://jsr.io/@foundatiofx/fetchclient/doc
- Tests:
src/FetchClient.test.ts
License
MIT © Foundatio