Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit f9aa494

Browse files
Deprecated this package
1 parent 41a315d commit f9aa494

File tree

2 files changed

+3
-54
lines changed

2 files changed

+3
-54
lines changed

.travis.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1+
☠ This package is no longer maintained ☠
2+
==============================================
3+
14
OmniPath
25
============================
36
#### A consolidated API for file paths and URLs
47

5-
[![Build Status](https://api.travis-ci.org/JS-DevTools/omnipath.svg?branch=master)](https://travis-ci.org/JS-DevTools/omnipath)
6-
[![Dependencies](https://david-dm.org/JS-DevTools/omnipath.svg)](https://david-dm.org/JS-DevTools/omnipath)
7-
[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/omnipath/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/omnipath)
8-
[![Codacy Score](https://api.codacy.com/project/badge/2659dc57d28a466590b03eb539c8a91f)](https://www.codacy.com/public/JamesMessinger/omnipath)
9-
[![Inline docs](https://inch-ci.org/github/JS-DevTools/omnipath.svg?branch=master&style=shields)](https://inch-ci.org/github/JS-DevTools/omnipath)
10-
118
[![npm](https://img.shields.io/npm/v/omnipath.svg)](https://www.npmjs.com/package/omnipath)
129
[![License](https://img.shields.io/npm/l/omnipath.svg)](LICENSE)
1310

14-
[![Browser Compatibility](https://saucelabs.com/browser-matrix/omnipath.svg)](https://saucelabs.com/u/omnipath)
15-
1611
OmniPath is a single API that consolidates Node's native [path](https://nodejs.org/api/path.html#path_path) and [url](https://nodejs.org/api/url.html#url_url) modules, so you can write clean code without separate branches for different types of paths. It has all the methods you're familiar with ([`parse`](#parsepath-options), [`format`](#formatpath-options), [`join`](#joinpath1-path2--options), [`resolve`](#resolvefrom-to-options), [`cwd`](#cwd), [`dirname`](#dirnamepath-options), [`basename`](#basenamepath-ext-options), etc.), and they _all_ support POSIX paths, Windows paths, UNC paths, and URLs.
1712

1813
You can use `OmniPath.win32`, `OmniPath.posix`, or `OmniPath.url` to treat paths a particular way, or you can just use `OmniPath` to automatically adjust based on the runtime environment.

0 commit comments

Comments
 (0)