orient
v0.4.0
Published
A Github label labeller. It's a cli tool for creating and updating Github issue label names and colours.
Downloads
9
Maintainers
Readme
#Orient
Orient is a Github label labeller. It's a cli tool for creating and updating Github issue label names and colours. Create a json list of issue labels and their respective colours and pass it along with your Github creds to Orient to see it do it's thing.
Installation
Make sure you have node.js installed, then just run npm install orient -g
.
Command Line
Orient requires the following flag options be passed along:
-f
- a file path forlabels.json
list-u
- your Github account username-p
- your Github account password-r
- your Github repository name i.eusername/repname
Example
Use it straight from the command line:
$ orient -f labels.json -u myusername -p mypassword -r username/reponame
Example Labels
To view some styling examples download the package and open the examples
folder in your browser. Note that you will need to run it through localhost and not the file system as it makes use of a little ajax.