https://github.com/gh-conf/gh-conf-constants
Constants for gh-conf
https://github.com/gh-conf/gh-conf-constants
config constants gh-conf gh-conf-constants github github-config
Last synced: 6 months ago
JSON representation
Constants for gh-conf
- Host: GitHub
- URL: https://github.com/gh-conf/gh-conf-constants
- Owner: gh-conf
- License: mit
- Created: 2019-02-01T17:09:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T08:25:45.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T19:52:58.305Z (7 months ago)
- Topics: config, constants, gh-conf, gh-conf-constants, github, github-config
- Language: JavaScript
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-conf-constants
[](https://github.com/gh-conf/gh-conf-constants/actions/workflows/nodejs.yml)
[](https://github.com/gh-conf/gh-conf-constants/graphs/contributors)
[](https://github.com/gh-conf/gh-conf-constants/commits/master)
[](https://github.com/gh-conf/gh-conf-constants)
[](https://github.com/gh-conf/gh-conf-constants/LICENSE)
[](https://www.npmjs.com/package/@gh-conf/gh-conf-constants)
[](https://www.npmjs.com/package/@gh-conf/gh-conf-constants)Constants for gh-conf.
> Give us a :star: if you like our work :heart:
## Install
```
$ npm install @gh-conf/gh-conf-constants
```## Usage
```javascript
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](https://github.com/gh-conf/gh-conf-constants/issues/new)Read our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase