0.0.3 • Published 4 years ago

path-convert v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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 npm@5.2.0 and higher.

Usage

$ path-convert [path] [options]

[path] defaults to ./.

Available Options

$ path-convert -h
# or
$ path-convert --help
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago