Skip to content

Commit d71f3b7

Browse files
authored
feat: CLI (#1)
1 parent 447947a commit d71f3b7

File tree

5 files changed

+1698
-56
lines changed

5 files changed

+1698
-56
lines changed

README.md

+1-2
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-required-ci-check.git
9-
$ npx @octoherd/cli \
8+
$ npx @octoherd/script-close-renovate-dashboard-issues \
109
--octoherd-token 0123456789012345678901234567890123456789 \
1110
script-remove-required-ci-check/script.js \
1211
"octokit/*" \

cli.js

+6
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)