https://github.com/michaelhirn/booster-fp-ts
Convenience functions for making booster more fp-ts friendly
https://github.com/michaelhirn/booster-fp-ts
Last synced: 2 months ago
JSON representation
Convenience functions for making booster more fp-ts friendly
- Host: GitHub
- URL: https://github.com/michaelhirn/booster-fp-ts
- Owner: MichaelHirn
- Created: 2022-08-29T20:49:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T22:28:35.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T06:44:19.815Z (4 months ago)
- Language: TypeScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# booster-fp-ts
## Development
This is a [Deno](https://deno.land/) repo and builds ESM/Deno and NPM/Node (via [dnt](https://github.com/denoland/dnt)) modules.
#### Linting / Formatting
This repository uses Deno's linter and formatter. You can check with `deno fmt --check`, `deno lint`. You can format with `deno fmt`.
#### Commit Message Semantics
This repository is using and validating against the [conventional commit message syntax](https://www.conventionalcommits.org/en/v1.0.0/).
#### Testing / Coverage
This repository uses Deno's test runner. You can test with `deno task test` and customize via `deno task test -- --your-flags`, e.g. to generate coverage report `deno task test -- --coverage=cov/`.
#### Release/Deployment
This repository uses [semantic release](https://github.com/semantic-release/semantic-release). Qualified merges into the `master` branch result in a new release. For more info checkout the semantic-release workflow action in the .github folder and the semantic-release documentation.