@gh-conf/gh-conf-path
v1.0.3
Published
Builds & Formats input path
Downloads
11
Readme
gh-conf-path
Builds and formats input path
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