1.1.9 ā€¢ Published 7 months ago

encoding-checker v1.1.9

Weekly downloads
51
License
MIT
Repository
github
Last release
7 months ago

encoding-checker

npm version downloads count travis-ci

šŸ›  Tool to investigate files with different encoding than passed

Install

npm install -g encoding-checker

Usage

Usage: encoding-checker [-p pattern] [-i encoding] [-v]

Options:
  --help                 Show help                                     [boolean]
  --version              Show version number                           [boolean]
  --pattern, -p, -d                                               [default: "*"]
  --ignore-encoding, -i                                            [default: ""]
  --verbose, -v                                                 [default: false]

Examples

:arrow_right: Use case: All files in current directory

> encoding-checker

[ascii] .gitignore
[ascii] .travis.yml
[ascii] index.js
[ascii] package-lock.json
[ascii] package.json
[ascii] README.md
[ascii] wallaby.js

:arrow_right: Use case: All *.md files in current directory

encoding-checker -p "*.md"

:arrow_right: Use case: Recursive directory

encoding-checker -p "**"
encoding-checker -p "../**"

:arrow_right: Use case: Ignore all files with encoding "ascii"

encoding-checker -i "ascii"

:arrow_right: Use case: Append number of results

encoding-checker -v

Supported Operating Systems (tested via Travis)

  • Linux
  • macOS (there is a problem on Travis, but it works on my local machine)
  • Microsoft Windows

License

The MIT License @ 2015

1.1.9

7 months ago

1.1.8

2 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

8 years ago

1.0.0

8 years ago