Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eol-converter-cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eol-converter-cli - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.npmignore

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc