strip-indent-cli

2.0.0 • Public • Published

strip-indent-cli

Strip leading whitespace from each line in a string

The line with the least number of leading whitespace, ignoring empty lines, determines the number to remove.

Install

$ npm install --global strip-indent-cli

Usage

$ strip-indent --help

  Usage
    $ strip-indent <file>
    $ echo <string> | strip-indent

  Example
    $ echo '\tunicorn\n\t\tcake' | strip-indent
    unicorn
        cake

Related

Package Sidebar

Install

npm i strip-indent-cli

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

3.24 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus