2.0.0 • Published 3 years ago

detect-newline-cli v2.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

detect-newline-cli

Detect the dominant newline character

Install

npm install --global detect-newline-cli

Usage

$ detect-newline --help

  Usage
    $ detect-newline <string>
    $ cat unicorn.txt | detect-newline

  Example
    $ detect-newline "$(printf 'Unicorns\nRainbows')"
    \n

Related