An open API service indexing awesome lists of open source software.

https://github.com/gh-conf/gh-conf-path

Builds and formats input path
https://github.com/gh-conf/gh-conf-path

conf gh-conf github-config github-config-path path

Last synced: about 2 months ago
JSON representation

Builds and formats input path

Awesome Lists containing this project

README

        

# gh-conf-path

Builds and formats input path

[![Build Status](https://travis-ci.com/gh-conf/gh-conf-path.svg?branch=master)](https://travis-ci.com/gh-conf/gh-conf-path)
[![Github Repo Size](https://img.shields.io/github/repo-size/gh-conf/gh-conf-path.svg)](https://github.com/gh-conf/gh-conf-path)
[![Contributors](https://img.shields.io/github/contributors/gh-conf/gh-conf-path.svg)](https://github.com/gh-conf/gh-conf-path/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/gh-conf/gh-conf-path.svg)](https://github.com/gh-conf/gh-conf-path/commits/master)

It reads the github config file and returns it contents.
It needs respository path as input to read the config.

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

Buy Me A Coffee
Become a Patron!

Please consider donating, if you like my work

## Install

```
$ npm install @gh-conf/gh-conf-path
```

## Usage

```javascript
const { addSlash } = require('@gh-conf/gh-conf-path');

const path = addSlash('./gh-conf-path');
console.log(path)
// Output
// ./gh-conf-path/

```

## 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-path/issues/new)

Read our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase

## Contributors