eol-converter-cli
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "eol-converter-cli", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Newline (EOL) coverter CLI for NodeJs (github repo soon) - Currently doing only CRLF -> LF convertion", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
# Newlines (EOL) converter CLI | ||
*Having troubles with different files line endings?* :flushed: | ||
*Having troubles with different line endings?* :flushed: | ||
This library may simple convert files of your choice to Windows (`CRLF`), or popular `LF` line ends used on Linux and Mac. | ||
This library will simply convert files of your choice to Windows (`CRLF`), or popular `LF` line ends used on Linux and Mac. | ||
Installation: `npm i -g eol-converter-cli` | ||
Installation: | ||
``` | ||
npm i -g eol-converter-cli | ||
``` | ||
API: `eolConverter OptionalModifier "glob_files_regex"` | ||
@@ -16,3 +20,3 @@ | ||
See which files will be affected: | ||
Run just warmup - to see which files will be affected: | ||
@@ -23,3 +27,3 @@ ``` | ||
Conversions (cannot be undone): | ||
Run conversions (cannot be undone): | ||
@@ -38,6 +42,10 @@ **To LF (Unix & Mac default)** | ||
## Notes | ||
## Tips | ||
PS: Don't forget to configure you favourite IDE to work with desired line endings, so that you won't need this tool again! :smirk: | ||
**Please give project :star: if you like it!** | ||
**Please give project :star: if you like it!** | ||
## License | ||
Apache 2.0 © [Juraj Husár](https://jurosh.com) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8
49
13657