|
1 | | -# :electric_plug::package: github-issues-label-sync |
| 1 | +# :electric_plug::package: github-issues-label-sync [](https://opensource.org/licenses/BSD-2-Clause) [](http://commitizen.github.io/cz-cli/) [](https://github.com/semantic-release/semantic-release) |
2 | 2 |
|
3 | | -[](https://travis-ci.org/superleap/github-issues-label-sync) [](http://commitizen.github.io/cz-cli/) [](https://github.com/semantic-release/semantic-release) |
| 3 | +[](https://www.npmjs.com/package/github-issues-label-sync) [](https://www.npmjs.com/package/github-issues-label-sync) [](https://github.com/superleap/github-issues-label-sync/issues) [](https://gitter.im/superleap/github-issues-label-sync?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
4 | 4 |
|
5 | | -[](https://www.npmjs.com/package/github-asana-tag-sync) [](https://www.npmjs.com/package/github-asana-tag-sync) |
6 | | -[](https://david-dm.org/superleap/github-issues-label-sync) [](https://david-dm.org/superleap/github-issues-label-sync#info=devDependencies) |
| 5 | +[](https://travis-ci.org/superleap/github-issues-label-sync) [](https://dependencyci.com/github/superleap/github-issues-label-sync) [](https://david-dm.org/superleap/github-issues-label-sync) [](https://david-dm.org/superleap/github-issues-label-sync#info=devDependencies) |
7 | 6 |
|
8 | 7 | [](https://codecov.io/gh/superleap/github-issues-label-sync) [](https://www.bithound.io/github/superleap/github-issues-label-sync) [](https://www.bithound.io/github/superleap/github-issues-label-sync/master/dependencies/npm) [](https://www.bithound.io/github/superleap/github-issues-label-sync/master/dependencies/npm) [](https://www.bithound.io/github/superleap/github-issues-label-sync) |
9 | 8 |
|
10 | | -[](https://opensource.org/licenses/BSD-2-Clause) [](https://github.com/superleap/github-issues-label-sync/issues) [](https://gitter.im/superleap/github-issues-label-sync?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
11 | 9 |
|
12 | 10 | ## Overview |
13 | 11 |
|
|
19 | 17 |
|
20 | 18 | > **CLI version in progress** |
21 | 19 |
|
| 20 | +## Requirements |
| 21 | + |
| 22 | +In order to run the `github-issues-label-sync` package you will need the following things: |
| 23 | + |
| 24 | +- a github OAuth token otherwise called personal access token. You can do this here: [github.com/settings/tokens](https://github.com/settings/tokens) |
| 25 | +- an environment running at least node v4 |
| 26 | +- either `npm` or `git` installed |
| 27 | + |
22 | 28 | ## Installation |
23 | 29 |
|
| 30 | +There are multiple ways to run this module: |
| 31 | + |
24 | 32 | ### NPM |
25 | 33 |
|
26 | 34 | Install GitHub Issues Label Sync with [NPM](https://www.npmjs.com/) or add |
@@ -321,6 +329,14 @@ githubIssuesLabelSync.importLabels(labels, false).then((response) => { |
321 | 329 | }); |
322 | 330 | ``` |
323 | 331 |
|
| 332 | +## Contribute |
| 333 | + |
| 334 | +We'd love to get contributions from you! Once you are up and running, take a look at the [contributing docs](https://github.com/superleap/github-issues-label-sync/blob/master/CONTRIBUTING.md) to see how to get your changes merged in. |
| 335 | + |
| 336 | +## Changelog |
| 337 | + |
| 338 | +See the [release page](https://github.com/superleap/github-issues-label-sync/releases). |
| 339 | + |
324 | 340 | ## License |
325 | 341 |
|
326 | 342 | Copyright (c) 2016, TED Vortex (Teodor Eugen Duțulescu) |
|
0 commit comments