npath

v1.0.0
Normalized path module, forward slash all the things.

npath

Normalized path module, forward slash all the things.

const path = require('npath');

// Do anything you'd do with the Node.js path module, but all paths will be
// normalized to forward slashes.
path.join('foo\\bar', 'buz/baz'); // => 'foo/bar/buz/baz'
npm i npath

Metadata

  • MIT
  • Whatever
  • Casey Foster
  • released 5/25/2016

Downloads

Maintainers