# gitcontact

> Attempts to retrieve a github user's email

Latest version **1.1.0** (published 2019-02-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install gitcontact
pnpm add gitcontact
yarn add gitcontact
bun add gitcontact
```

Provides the command `gitcontact`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2019-02-07 |
| First published | 2019-02-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 30.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ryan Maynard |
| Maintainers | ryanmaynard |
| Keywords | github, cli |

## Links

- npm: https://www.npmjs.com/package/gitcontact
- Repository: https://github.com/ryanmaynard/gitcontact
- Homepage: https://github.com/ryanmaynard/gitcontact#readme
- Issues: https://github.com/ryanmaynard/gitcontact/issues
- npm.io page: https://npm.io/package/gitcontact

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.1.0 (latest) — 2019-02-07
- 1.0.0 — 2019-02-06
- 0.2.0 — 2019-02-06
- 0.1.0 — 2019-02-06

## README

# GitContact

Attempts to find a github user's email

![demo_image](demo.png)

### Installation

`npm install -g gitcontact`

In order to use the github API, you will need to generate an API token. 
To do so, open `https://github.com/settings/tokens/new?description=gitcontact`.
Leave the boxes unchecked and generate a token. 
Afterward, you will need to run
`export GH_EMAIL_TOKEN=<token>`. You will also need to add it to your .bashrc or .bash_profile so that it loads in subsequent sessions. 


###  Usage

`gitcontact user`

### Contributing

Fork it:
`https://github.com/ryanmaynard/gitcontact/fork`

Create your feature branch:
`git checkout -b my-new-feature`

Commit your changes:
`git commit -am 'Add some feature'`

Push to the branch:
`git push origin my-new-feature`

Create a new Pull Request:
`https://github.com/ryanmaynard/gitcontact/compare`


### License

* [MIT TLDR][mit]
* [License Text][license]



[mit]: https://tldrlegal.com/license/mit-license
[license]: https://github.com/ryanmaynard/gitcontact/blob/master/LICENSE

---
_Source: https://npm.io/package/gitcontact · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
