https://github.com/simply007/github-administration-utils
https://github.com/simply007/github-administration-utils
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simply007/github-administration-utils
- Owner: Simply007
- Created: 2021-03-01T13:34:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T13:43:56.000Z (over 5 years ago)
- Last Synced: 2025-02-10T07:13:55.917Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub API Boilerplate
This boilerplate helps you start with [Octokit NPM package](https://github.com/octokit/core.js) to work with [GitHub API](https://docs.github.com/en).
## Get started
Copy `.env.template` file and name it `.env` and set you your [GitHub Personal Access Token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token).
Install dependencies and run `start` script:
```sh
npm install
npm start
```
You can see the result, which is a json file showinf content of the all [CODEOWNERS](https://help.github.com/articles/about-code-owners/) file in the [Kentico GitHub Organization](https://github.com/Kentico) repositories.
## Adjust
To adjust the main logic, alter `main` method in `./index.js` file.