Closed filenwind closed 5 years ago
If rest appRootPath.resolve params and join with path.sep will be great.
var appRootPath = require('app-roo-path'); var barDirPath = appRootPath.resolve('foo', 'bar'); // root/foo/bar
I don't plan on expanding the scope of the package. If I release a 3.0, it will probably only export the path and nothing else.
If rest appRootPath.resolve params and join with path.sep will be great.