1.1.2 • Published 8 years ago

to-linux-dir v1.1.2

Weekly downloads
10
License
MIT
Repository
github
Last release
8 years ago

Convert to Linux directory style

Build Status Stable Version Download Status Coverage Status License

A small library providing utility methods toLinuxDir to convert the directory path to Linux style

Installation

  npm install to-linux-dir --save

Usage

  var dLinux = require('to-linux-dir');

  var ouput = dLinux.toLinuxDir('to\path\file.js'); // return 'to/path/file.js'

Tests

  npm test

Contributing

AuTN

Release History

  * 1.0.0 Initial release

  * 1.0.4 Publish package

  * 1.0.5 Update readme

  * 1.1.1 Coverage status

  * 1.1.2 Fix coverage status on CI
1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago