relpath
v0.0.1
Published
Given two files return the relative path
Readme
relpath
A simple CLI that when given two files prints the relative path from the first to the second (insider tip, its just path.relative())
Installation
npm i -g relpathUsage
relpath <from_file> <to_file>