find-bad-symbols

0.1.9 • Public • Published

find-bad-symbols

Usage:

$ find-bad-symbols
$ find-bad-symbols '**/*.ts'
$ find-bad-symbols -i '**/messages.ts' '**/*.ts'
Options:
  -h, --help          Show help                                        [boolean]
  -v, --version       Show version number                              [boolean]
  -p, --path          Run in specific directory     [default: current directory]
  -i, --ignore        Ignore pattern in glob syntax (ex: cache/**)      [string]
      --no-gitignore  Don't use .gitignore for ignoring                [boolean]
      --error         Exit with error code when characters had found   [boolean]
      --no-color      Do not colorize output                           [boolean]
      --no-filename   Do not output the filenames                      [boolean]
      --no-content    Do not output the content of line                [boolean]
      --cyrillic      Find only cyrillic characters                    [boolean]

Examples:
  find-bad-symbols '**/*.ts'             Run for .ts files
  find-bad-symbols -p src/               Use for files in src directory
  find-bad-symbols --ignore '.cache/**'  Use ignoring pattern
  find-bad-symbols                       Run in current working directory

Readme

Keywords

Package Sidebar

Install

npm i find-bad-symbols

Weekly Downloads

1

Version

0.1.9

License

ISC

Unpacked Size

8.79 kB

Total Files

5

Last publish

Collaborators

  • bacher