mellow

3.0.2 • Public • Published

Mellow License NPM version Dependency Status Build Status Coverage Status

Mellow - convert path from web to windows.

Install

npm i mellow

API

pathToWin

const mellow  = require('mellow');
mellow.webToWin('/c/windows');
// returns
'c:\\windows';

pathFromWin

const mellow  = require('mellow');
mellow.winToWeb('c:\\windows');
// returns
'/c/windows';

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i mellow

Weekly Downloads

172

Version

3.0.2

License

MIT

Unpacked Size

6.12 kB

Total Files

5

Last publish

Collaborators

  • coderaiser