path-convert
v0.0.3
Published
Convert Windows style path to Unix like and vice versa.
Downloads
2
Readme
path-convert
Convert Windows style path to Unix like and vice versa.
Installing globally
Installation via npm
:
$ npm install path-convert -g
This 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]
npx
require [email protected] and higher.
Usage
$ path-convert [path] [options]
[path]
defaults to ./
.
Available Options
$ path-convert -h
# or
$ path-convert --help