1.0.9 • Published 2 years ago

@gh-conf/gh-conf-constants v1.0.9

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

gh-conf-constants

Build Contributors Commit Github Repo Size LICENSE NPM Downloads NPM Version

Constants for gh-conf.

Give us a :star: if you like our work :heart:

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