Skip to content

Commit e0e6727

Browse files
authored
feat: CLI (#1)
1 parent 31135e3 commit e0e6727

File tree

5 files changed

+1698
-56
lines changed

5 files changed

+1698
-56
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
## Usage
66

77
```
8-
git clone https://github.com/octoherd/script-remove-dependabot.git
9-
$ npx @octoherd/cli \
8+
$ npx @octoherd/script-close-renovate-dashboard-issues \
109
--octoherd-token 0123456789012345678901234567890123456789 \
1110
script-remove-dependabot/script.js \
1211
"octokit/*"

cli.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env node
2+
3+
import { script } from "./script.js";
4+
import { run } from "@octoherd/cli/run";
5+
6+
run(script);

0 commit comments

Comments
 (0)