unwin

v1.0.0
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'

Metadata

  • MIT
  • Whatever
  • Ticketmaster
  • released 9/9/2015

Downloads

Maintainers