https://github.com/cba85/github-topics
✍️ Auto complete topics on a Github repository that uses node.js and npm.
https://github.com/cba85/github-topics
octokit-rest
Last synced: 8 months ago
JSON representation
✍️ Auto complete topics on a Github repository that uses node.js and npm.
- Host: GitHub
- URL: https://github.com/cba85/github-topics
- Owner: cba85
- License: mit
- Created: 2025-02-27T09:35:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-27T09:58:55.000Z (over 1 year ago)
- Last Synced: 2025-02-27T13:24:02.075Z (over 1 year ago)
- Topics: octokit-rest
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github topics
Auto complete topics on a Github repository that uses node.js and npm (`package.json` file).
## Install
```sh
$ npm install
```
## Usage
Set a `GITHUB_AUTH_TOKEN` environment variable that contains your Github authentication token.
```sh
$ node main.js
# E.g.
$ node main.js cba85/github-topics
```