1.0.3 • Published 3 years ago

@gh-conf/gh-conf-path v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

gh-conf-path

Builds and formats input path

Build Status Github Repo Size Contributors Commit

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:

Please consider donating, if you like my work

Install

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

Usage

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

Read our contributing guide on getting started with contributing to the codebase

Contributors