/dotgitconfig

get .git/config as an object

Primary LanguageJavaScript

dotgitconfig


NPM version build status Test coverage node version npm download

get .git/config as an object

Contributors


xudafeng


yihuineng

This project follows the git-contributor spec, auto updated at Sat Apr 02 2022 20:48:05 GMT+0800.

Installment

$ npm i dotgitconfig --save-dev

Usage

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

License

The MIT License (MIT)