Skip to content

Commit 48878ca

Browse files
committed
[checkmake] update README
1 parent 0206ac9 commit 48878ca

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

β€Žcheckmake/README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@
55

66
Daggerized version of [checkmake](https://github.com/mrtazz/checkmake).
77

8-
## Usage
8+
## πŸš€ Usage
99

1010
```sh
1111
dagger -m github.com/tsirysndr/daggerverse/checkmake call lint --src <source>
1212
```
1313

14-
## Example
14+
## πŸ§‘β€πŸ”¬ Example
1515

1616
```sh
1717
dagger -m github.com/tsirysndr/daggerverse/checkmake call lint --src .
1818
```
19+
20+
## πŸ§‘β€πŸ’» Programmatic usage
21+
22+
```typescript
23+
import { lint } from 'jsr:@daggerverse/checkmake';
24+
25+
await lint(".");
26+
```

0 commit comments

Comments
Β (0)