1.1.2 • Published 10 years ago

to-linux-dir v1.1.2

Weekly downloads
10
License
MIT
Repository
github
Last release
10 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

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago