https://github.com/mondata-dev/i18n-character-count
parses js files and counts the number string characters in all the values it finds
https://github.com/mondata-dev/i18n-character-count
Last synced: over 1 year ago
JSON representation
parses js files and counts the number string characters in all the values it finds
- Host: GitHub
- URL: https://github.com/mondata-dev/i18n-character-count
- Owner: mondata-dev
- Created: 2020-10-15T13:32:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T09:16:40.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T23:44:05.490Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# i18n-character-count
Very simple node character counter for counting up characters in an i18n system that is based
on js objects in js files. This is very rudimentary and might break easily.
### How to run
npm run count *myFilePaths* [-- -e *excludeFileNames*]
replace *myFilePaths* with any number of paths to files or directories.
If a directory is given, all files inside that directory will be parsed.
To exclude certain files, add the **-e** flag. Don't forget **--**.