pretty-path-formatter
v1.0.0
Published
A simple path formatter
Readme
How to use
const prettyPathFormatter = require('pretty-path-formatter');
const prettyPath = prettyPathFormatter('baz', '/foo/bar/baz/qux/corge.txt');
console.log(pretty); // baz/qux/corge.txt