unwin

v1.0.2
Transform windows absolute paths into UNIX paths.
windows absolute paths

unwin

Transform windows absolute paths into UNIX paths.

NPM

Install

npm install --save unwin

Examples

On Windows:

> require('os').platform()
'win32'
> unwin = require('unwin');
[Function: unwin]
> unwin('c:\\')
'/'
> unwin('\\top\\test\\file1.test.js')
'/top/test/file1.test.js'

On Linux:

> unwin = require('unwin');
[Function: unwin]
> unwin('c:\\')
'c:\\'
> unwin('\\top\\test\\file1.test.js')
'\\top\\test\\file1.test.js'
npm i unwin

Metadata

  • MIT
  • Whatever
  • Michael Olson
  • released 8/5/2016

Downloads

Maintainers