Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T08:25:45.000Z (over 2 years ago)
- Last Synced: 2024-10-31T19:52:58.305Z (2 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
[![Build](https://github.com/gh-conf/gh-conf-constants/actions/workflows/nodejs.yml/badge.svg)](https://github.com/gh-conf/gh-conf-constants/actions/workflows/nodejs.yml)
[![Contributors](https://img.shields.io/github/contributors/gh-conf/gh-conf-constants.svg)](https://github.com/gh-conf/gh-conf-constants/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/gh-conf/gh-conf-constants.svg)](https://github.com/gh-conf/gh-conf-constants/commits/master)
[![Github Repo Size](https://img.shields.io/github/repo-size/gh-conf/gh-conf-constants.svg)](https://github.com/gh-conf/gh-conf-constants)
[![LICENSE](https://img.shields.io/npm/l/@gh-conf/gh-conf-constants.svg)](https://github.com/gh-conf/gh-conf-constants/LICENSE)
[![NPM Downloads](https://img.shields.io/npm/dt/@gh-conf/gh-conf-constants.svg)](https://www.npmjs.com/package/@gh-conf/gh-conf-constants)
[![NPM Version](https://img.shields.io/npm/v/@gh-conf/gh-conf-constants.svg)](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