# dotgitconfig

> get .git/config as an object

Latest version **1.1.2** (published 2022-04-01) · MIT license · 0 weekly downloads

## Install

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

## 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.2 |
| Published | 2022-04-01 |
| First published | 2018-12-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | xudafeng |
| Keywords | git, config |

## Links

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

## Dependencies (1)

- [ini](https://npm.io/package/ini.md) ^1.3.5

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 1.1.2 (latest) — 2022-04-01
- 1.1.1 — 2020-01-16
- 1.1.0 — 2020-01-13
- 1.0.1 — 2018-12-19
- 1.0.0 — 2018-12-19
- 0.1.0 — 2018-12-19

## README

# dotgitconfig

---

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/dotgitconfig.svg?style=flat-square
[npm-url]: https://npmjs.org/package/dotgitconfig
[travis-image]: https://img.shields.io/travis/xudafeng/dotgitconfig.svg?style=flat-square
[travis-url]: https://travis-ci.org/xudafeng/dotgitconfig
[coveralls-image]: https://img.shields.io/coveralls/xudafeng/dotgitconfig.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/xudafeng/dotgitconfig?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/dotgitconfig.svg?style=flat-square
[download-url]: https://npmjs.org/package/dotgitconfig

> get .git/config as an object

## Installment

```bash
$ npm i dotgitconfig --save-dev
```

## Usage

```javascript
const dotgitconfig = require('dotgitconfig');
dotgitconfig(process.cwd());
```

## License

The MIT License (MIT)

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