https://github.com/gr2m/add-coc
Script for https://github.com/gr2m/mutate-github-repositories-cli to create a CODE_OF_CONDUCT.md file unless already present
https://github.com/gr2m/add-coc
Last synced: about 1 year ago
JSON representation
Script for https://github.com/gr2m/mutate-github-repositories-cli to create a CODE_OF_CONDUCT.md file unless already present
- Host: GitHub
- URL: https://github.com/gr2m/add-coc
- Owner: gr2m
- License: isc
- Created: 2020-10-15T00:09:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T06:33:29.000Z (over 5 years ago)
- Last Synced: 2025-04-11T06:35:27.860Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.template.md
Awesome Lists containing this project
README
# add-coc
This is a script for [mutate-github-repositories-cli](https://github.com/gr2m/mutate-github-repositories-cli/).
You can use it to add a `CODE_OF_CONDUCT.md` file to many repositories at the same time.
## Usage
```
git clone https://github.com/gr2m/add-coc.git
cd add-coc
$ npx mutate-github-repositories-cli \
--token 0123456789012345678901234567890123456789 \
script.js \
"octokit/*"
```
## Licenses
[ISC](LICENSE.md)