1.1.19 • Published 5 months ago
encoding-checker v1.1.19
encoding-checker
🔨 Tool to investigate files with different encoding than passed
Usage
Installation:
npm install -g encoding-checker
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
➡️ Use case: All files in the current directory
> encoding-checker
[ascii] .gitignore
[ascii] index.js
[ascii] package-lock.json
[ascii] package.json
[ascii] README.md
[ascii] wallaby.js
➡️ Use case: All *.md files in current directory
encoding-checker -p "*.md"
➡️ Use case: Recursive directory
encoding-checker -p "**"
encoding-checker -p "../**"
➡️ Use case: Ignore all files with encoding "ascii"
encoding-checker -i "ascii"
➡️ Use case: Append number of results
encoding-checker -v
License
The MIT License @ 2015
1.1.19
5 months ago
1.1.18
8 months ago
1.1.17
9 months ago
1.1.16
9 months ago
1.1.12
9 months ago
1.1.11
9 months ago
1.1.10
9 months ago
1.1.15
9 months ago
1.1.14
9 months ago
1.1.13
9 months ago
1.1.9
2 years ago
1.1.8
3 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.1
9 years ago
1.0.0
9 years ago