Octokit
An Elixir library for accessing the GitHub API.
Like all versions of Octokit, this project does its best to conform to the community standards for the language it is written in and for. If there are places where this library does not conform, please file an Issue.
Common Tasks
This project follows the GitHub “scripts to rule them all” pattern. The contents of the scripts
directory are scripts that cover all common tasks:
script/setup
— Performs first-time setupscript/update
— Performs periodic updatingscript/test
— Runs automated testsscript/console
— Opens the development console
Other scripts that are available but not intended to be used directly by developers:
script/bootstrap
— Used to do a one-time install of all prerequisites for a development machinescript/cibuild
— Used to run automated tests in the CI environment