xudafeng / dotgitconfig

get .git/config as an object

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

get .git/config as an object


Languages

Language:JavaScript 100.0%