Constants for gh-conf.
Give us a ⭐ if you like our work ❤️
$ npm install @gh-conf/gh-conf-constants
const { GH_PATH } = require('@gh-conf/gh-conf-constants');
console.log(GH_PATH['CONFIG'])
// Output
// .git/config
Interested in contributing to this project? You can log any issues or suggestion related to this library here
Read our contributing guide on getting started with contributing to the codebase