add-newlines

0.2.0 • Public • Published

Add Newlines

Add newlines to a batch of files, if they aren't already there

Build Status

About

This command-line utility is designed to scrape a list of files to analyse their new line characters. It replaces invalid new-line formats at the end of each file with a single form.

Install it globally to be able to use it anywhere:

npm install -g add-newlines
 
# run with addnl: 
addnl items/*.*

Or locally to use within package.json scripts or from within node_modules/.bin/:

npm install add-newlines --save-dev

package.json:

{
    "scripts": {
        "newlines": "addnl source/**/*.js"
    }
}

Usage

Install the cli globally or locally, and use the addnl executable to specify a list of files:

addnl source/**/*.js

Readme

Keywords

Package Sidebar

Install

npm i add-newlines

Weekly Downloads

16

Version

0.2.0

License

MIT

Last publish

Collaborators

  • perrymitchell