Skip to content

Commit f79b3e5

Browse files
committed
fix(README): link to octoherd/scripts
1 parent d696eb5 commit f79b3e5

File tree

3 files changed

+2
-81
lines changed

3 files changed

+2
-81
lines changed

CODE_OF_CONDUCT.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,9 @@ module.exports.script = async function myScript(octokit, repository, options) {
3434
- `repository` is the response data of [`GET /repos/{owner}/{repo}`](https://developer.github.com/v3/repos/#get-a-repository)
3535
- `options` are all options passed to the CLI which are not used by `octoherd`.
3636

37-
## Example
37+
## Examples
3838

39-
```
40-
$ npx @octoherd/cli \
41-
--token 0123456789012345678901234567890123456789 \
42-
example.js \
43-
octokit/*
44-
```
45-
46-
See [example.js](example.js) for the syntax of a script.
47-
48-
## Community usage
49-
50-
- [gr2m/create-issue-to-add-octokit-core-as-peer-dependency-to-octokit-plugins](https://github.com/gr2m/create-issue-to-add-octokit-core-as-peer-dependency-to-octokit-plugins/#readme) - create an issue in all Octokit plugin repositories
51-
- [gr2m/add-coc](https://github.com/gr2m/add-coc/#readme) - create a `CODE_OF_CONDUCT.md` file unless already present
52-
- add yours! Please create a pull request ✨
39+
See https://github.com/octoherd/scripts
5340

5441
## Similar projects
5542

example.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)