Skip to content

🔨 Tool to investigate files with different encoding than passed.

Notifications You must be signed in to change notification settings

diegomagikal/encoding-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encoding-checker

npm version Travis Coverage Status

🔨 Tool to investigate files with different encoding than passed

Install

$ npm install -g encoding-checker

Usage

$ encoding-checker --help

  Usage: index [options]

  Options:

    -h, --help                 output usage information
    -V, --version              output the version number
    -d, --directory <d>        path to directory which will be analyze (default: ".")
    -i, --ignore-encoding <e>  name of encoding which will be ignore in results list

Example

Command run in current project on my device:

$ encoding-checker -d .

[binary] ./.DS_Store
[us-ascii] ./README.md
[us-ascii] ./bin/index.js
[us-ascii] ./index.js
[us-ascii] ./package.json
[us-ascii] ./src/index.js
[us-ascii] ./test/unit/jasmine.json
[us-ascii] ./test/unit/specs/test.index.js
[us-ascii] ./wallaby.js
[us-ascii] ./yarn.lock

License

The MIT License @ 2015

About

🔨 Tool to investigate files with different encoding than passed.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%