https://github.com/hazer/danger-plugin-bun-workspaces
Danger.js Plugin to help with useful checks for Qualitätskontrolle (Quality Control) in Bun Workspaces
https://github.com/hazer/danger-plugin-bun-workspaces
Last synced: 8 months ago
JSON representation
Danger.js Plugin to help with useful checks for Qualitätskontrolle (Quality Control) in Bun Workspaces
- Host: GitHub
- URL: https://github.com/hazer/danger-plugin-bun-workspaces
- Owner: Hazer
- Created: 2025-07-05T03:51:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T04:01:13.000Z (12 months ago)
- Last Synced: 2025-07-05T04:42:27.345Z (12 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# danger-plugin-bun-workspaces
Danger.js Plugin to help with useful checks for Qualitätskontrolle (Quality Control) in Bun Workspaces
To install dependencies:
```bash
# https://mise.jdx.dev/
mise install
bun install
```
To test:
```bash
bun test
```
To run a demo:
```bash
# TODO: bun run sample
```