npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

indent-string-cli

3.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:0
$ npm install indent-string-cli
DailyWeeklyMonthlyYearly

indent-string-cli

Indent each line in a string

Install

npm install --global indent-string-cli

Usage

$ indent-string --help

  Usage
    $ indent-string <string> [--count=<number>] [--indent=<string>]
    $ cat file.txt | indent-string > indented-file.txt

  Example
    $ indent-string "$(printf 'Unicorns\nRainbows\n')" --count=4 --indent=♥
    ♥♥♥♥Unicorns
    ♥♥♥♥Rainbows

Related

  • indent-string - API for this module