1.0.2 • Published 9 years ago

nl v1.0.2

Weekly downloads
22
License
-
Repository
github
Last release
9 years ago

nl

Convert linebreaks into newline characters (\n)

Installation

npm install -g nl

Usage

Convert to newlines from a file:

$ cat in.txt | newline > out.txt

Convert to newlines from your clipboard (OSX):

$ pbpaste | newline | pbcopy

Programmatic usage:

var nl = require('nl')
nl(read('./Readme.md'))

License

(The MIT License)

Copyright (c) 2015 Matthew Mueller <matt@lapwinglabs.com>

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago