github-repo-topic
Version:
Add or remove a topic to all GitHub repos in an org
22 lines (21 loc) • 436 B
JSON
{
"name": "github-repo-topic",
"version": "0.0.1",
"description": "Add or remove a topic to all GitHub repos in an org",
"main": "index.js",
"scripts": {},
"keywords": [
"Github",
"Topics",
"Hacktoberfest"
],
"author": "Michael Heap <m@michaelheap.com>",
"license": "MIT",
"dependencies": {
"@octokit/rest": "^18.0.6",
"yargs": "^16.2.0"
},
"bin": {
"github-repo-topic": "index.js"
}
}