Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.57 KB

File metadata and controls

39 lines (25 loc) · 1.57 KB

gh-conf-constants

Build Contributors Commit Github Repo Size LICENSE NPM Downloads NPM Version

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