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

Made by Antonio Ramirez

detect-indent-cli

3.1.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:20
$ npm install detect-indent-cli
DailyWeeklyMonthlyYearly

detect-indent-cli

Detect the indentation of code

Install

npm install --global detect-indent-cli

Usage

$ detect-indent --help

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

  Options
    --verbose  Show indent type and amount

  Example
    $ echo '  foo\n  bar' | detect-indent | wc --chars
    2

    $ echo '  foo\n  bar' | detect-indent --verbose
    Type: space
    Amount: 2

Related

  • detect-indent - API for this package
  • detect-newline-cli - Detect the dominant newline character