gh-conf-constants
Constants for gh-conf.
Give us a
⭐ if you like our work❤️
Install
$ npm install @gh-conf/gh-conf-constants
Usage
const { GH_PATH } = require('@gh-conf/gh-conf-constants');
console.log(GH_PATH['CONFIG'])
// Output
// .git/config
Contributing
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