https://github.com/chasevida/orient
https://github.com/chasevida/orient
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chasevida/orient
- Owner: chasevida
- Created: 2014-09-04T05:23:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-16T20:34:43.000Z (over 11 years ago)
- Last Synced: 2025-09-19T09:59:34.756Z (9 months ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.
[](https://travis-ci.org/chasevida/orient)
[](https://coveralls.io/r/chasevida/orient)
## Installation
Make sure you have [node.js](http://nodejs.org/) installed, then just run `npm install orient -g`.
## Command Line
**Orient** requires the following flag options be passed along:
* `-f` - a file path for `labels.json` list
* `-u` - your Github account username
* `-p` - your Github account password
* `-r` - your Github repository name i.e `username/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.*