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 ⭐ if you like our work ❤️
Please consider donating, if you like my work
$ npm install @gh-conf/gh-conf-path
const { addSlash } = require('@gh-conf/gh-conf-path');
const path = addSlash('./gh-conf-path');
console.log(path)
// Output
// ./gh-conf-path/
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