You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# unixify [](https://www.npmjs.com/package/unixify)[](https://npmjs.org/package/unixify)[](https://npmjs.org/package/unixify)[](https://travis-ci.org/jonschlinkert/unixify)
2
2
3
3
> Convert Windows file paths to unix paths.
4
4
5
+
Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.
6
+
5
7
## Install
6
8
7
9
Install with [npm](https://www.npmjs.com/):
@@ -10,16 +12,10 @@ Install with [npm](https://www.npmjs.com/):
*[contains-path](https://www.npmjs.com/package/contains-path): Return true if a file path contains the given path. | [homepage](https://github.com/jonschlinkert/contains-path"Return true if a file path contains the given path.")
72
-
*[ends-with](https://www.npmjs.com/package/ends-with): Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for… [more](https://github.com/jonschlinkert/ends-with) | [homepage](https://github.com/jonschlinkert/ends-with"Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for comparisons.")
73
-
*[is-absolute](https://www.npmjs.com/package/is-absolute): Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute. | [homepage](https://github.com/jonschlinkert/is-absolute"Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.")
74
-
*[normalize-path](https://www.npmjs.com/package/normalize-path): Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a… [more](https://github.com/jonschlinkert/normalize-path) | [homepage](https://github.com/jonschlinkert/normalize-path"Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.")
75
-
*[path-ends-with](https://www.npmjs.com/package/path-ends-with): Return `true` if a file path ends with the given string/suffix. | [homepage](https://github.com/jonschlinkert/path-ends-with"Return `true` if a file path ends with the given string/suffix.")
68
+
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
76
69
77
-
### Contributing
70
+
</details>
78
71
79
-
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
72
+
<details>
73
+
<summary><strong>Running Tests</strong></summary>
80
74
81
-
### Building docs
75
+
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
76
+
77
+
```sh
78
+
$ npm install && npm test
79
+
```
80
+
81
+
</details>
82
+
83
+
<details>
84
+
<summary><strong>Building docs</strong></summary>
82
85
83
86
_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_
84
87
@@ -88,26 +91,31 @@ To generate the readme, run the following command:
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
96
+
### Related projects
94
97
95
-
```sh
96
-
$ npm install && npm test
97
-
```
98
+
Other useful libraries for working with paths in node.js:
99
+
100
+
*[contains-path](https://www.npmjs.com/package/contains-path): Return true if a file path contains the given path. | [homepage](https://github.com/jonschlinkert/contains-path"Return true if a file path contains the given path.")
101
+
*[ends-with](https://www.npmjs.com/package/ends-with): Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for… [more](https://github.com/jonschlinkert/ends-with) | [homepage](https://github.com/jonschlinkert/ends-with"Returns `true` if the given `string` or `array` ends with `suffix` using strict equality for comparisons.")
102
+
*[is-absolute](https://www.npmjs.com/package/is-absolute): Returns true if a file path is absolute. Does not rely on the path module… [more](https://github.com/jonschlinkert/is-absolute) | [homepage](https://github.com/jonschlinkert/is-absolute"Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.")
103
+
*[normalize-path](https://www.npmjs.com/package/normalize-path): Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes… [more](https://github.com/jonschlinkert/normalize-path) | [homepage](https://github.com/jonschlinkert/normalize-path"Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.")
104
+
*[path-ends-with](https://www.npmjs.com/package/path-ends-with): Return `true` if a file path ends with the given string/suffix. | [homepage](https://github.com/jonschlinkert/path-ends-with"Return `true` if a file path ends with the given string/suffix.")
0 commit comments