Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.18 KB

NO LONGER MAINTAINED

This package is no longer maintained, as the author does not use Atom anymore, and the built-in GitHub features in Atom have vastly improved since the publication of this package.

github-utils for Atom

This package extends the behavior of the open-on-github package in that it allows you to open the url of all pull requests on GitHub made from the current branch.

Optional: GitHub API token creation

In order for this package to view PRs at private repos, you must first obtain an authorization token to be used with the GitHub API. Such a token may be created here.

There are two ways for this package to access to your newly created token. You may paste it, along with your GitHub username in the settings view for this package or you may assign them to environment variables, as follows:

# In your .bashrc file or similar, depending on platform
export GITHUB_USERNAME="yourusernamehere";
export GITHUB_ACCESS_TOKEN="yourtokenhere";

This approach is useful, in particular, when used together with a "sophisticated" dotfiles management strategy