0.0.3 • Published 6 years ago
path-convert v0.0.3
path-convert
Convert Windows style path to Unix like and vice versa.
Installing globally
Installation via npm:
$ npm install path-convert -gThis will install path-convert globally so that it may be run from the command line.
Running on-demand
Using npx you can run the script without installing it first:
$ npx path-convert [path] [options]
npxrequire npm@5.2.0 and higher.
Usage
$ path-convert [path] [options][path] defaults to ./.
Available Options
$ path-convert -h
# or
$ path-convert --help