UNPKG

498 BMarkdownView Raw
1## Linefix
2
3Utility written with node.js that will recursively and intelligently fix line endings on a group of files.
4
5Cleans up \r\r\n, \r\n, and \r endings and converts to \n only.
6
7Automatically ignores non-utf8 files as well as anything starting with a '.' ( hidden files )
8
9## Installation
10
11Install [node.js](http://nodejs.org)
12
13Use NPM to install globally
14
15 sudo npm install -g linefix
16
17Then just run from a terminal
18
19 linefix ./path/to/directory
20
21## License
22
23Licensed under the MIT License.
\No newline at end of file