https://github.com/fixpoint/deno-kroker
🪝 Kroker module for Deno
https://github.com/fixpoint/deno-kroker
deno fixpoint kompira kroker
Last synced: about 1 year ago
JSON representation
🪝 Kroker module for Deno
- Host: GitHub
- URL: https://github.com/fixpoint/deno-kroker
- Owner: fixpoint
- License: mit
- Created: 2022-03-09T13:12:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T13:16:11.000Z (over 4 years ago)
- Last Synced: 2025-03-17T20:54:09.064Z (over 1 year ago)
- Topics: deno, fixpoint, kompira, kroker
- Language: Makefile
- Homepage: https://deno.land/x/kroker
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kroker
[](https://deno.land/x/kroker)
[](https://doc.deno.land/https/deno.land/x/kroker/mod.ts)
[](https://github.com/fixpoint/deno-kroker/actions/workflows/test.yml)
**UNDER DEVELOPMENT**
## Development
Lint code like:
```text
make lint
```
Format code like
```text
make fmt
```
Check types like
```text
make type-check
```
Run tests like:
```text
make test
```
## License
The code follows MIT license written in [LICENSE](./LICENSE). Contributors need
to agree that any modifications sent in this repository follow the license.