Provides same behaviors of `path` module for all versions of node.js and enhanced features related to file path
npm install @fav/path@fav/path [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Build Status][appveyor-image]][appveyor-url]
=======
Provides same behaviors of path module for all versions of node.js and enhanced features related to file path
Install
-------
Install with npm.
```
$ npm install @fav/path --save
Usage
-----
`js``
const path = require('@fav/path');
APIs
----
* path.basename
* path.delimiter
* path.dirname
* path.extname
* path.format
* path.isAbsolute
* path.join
* path.normalize
* path.parse
* path.relative
* path.resolve
* path.sep
License
-------
Copyright (C) 2016 Takayuki Sato
This program is free software under [MIT][mit-url] License.
See the file LICENSE in this distribution for more details.
[travis-image]: https://travis-ci.org/sttk/fav-path.svg?branch=master
[travis-url]: https://travis-ci.org/sttk/fav-path
[appveyor-image]: https://ci.appveyor.com/api/projects/status/github/sttk/fav-path?branch=master&svn=true
[appveyor-url]: https://ci.appveyor.com/project/sttk/fav-path
[npm-image]: http://img.shields.io/badge/npm-v0.9.0-blue.svg
[npm-url]: https://www.npmjs.org/package/@fav/path/
[mit-url]: https://opensource.org/licenses/MIT