Skip to content

Commit

Permalink
fix(README): link to octoherd/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 16, 2020
1 parent d696eb5 commit f79b3e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 81 deletions.
46 changes: 0 additions & 46 deletions CODE_OF_CONDUCT.yml

This file was deleted.

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

## Example
## Examples

```
$ npx @octoherd/cli \
--token 0123456789012345678901234567890123456789 \
example.js \
octokit/*
```

See [example.js](example.js) for the syntax of a script.

## Community usage

- [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
- [gr2m/add-coc](https://github.com/gr2m/add-coc/#readme) - create a `CODE_OF_CONDUCT.md` file unless already present
- add yours! Please create a pull request ✨
See https://github.com/octoherd/scripts

## Similar projects

Expand Down
20 changes: 0 additions & 20 deletions example.js

This file was deleted.

0 comments on commit f79b3e5

Please sign in to comment.