bud.relPath
Get a path relative to the project's base directory.
Usage
Given an absolute path to a directory or file, bud.relPath returns a path relative to the project's base directory.
bud.relPath(`/code/my-project/src`)
// => `src`
Get a path relative to the project's base directory.
Given an absolute path to a directory or file, bud.relPath returns a path relative to the project's base directory.
bud.relPath(`/code/my-project/src`)
// => `src`