extract-hardcoded-html
v1.1.5
Published
Scans the current directory for hardcoded html text and saves them to a file
Downloads
6
Maintainers
Readme
Extract hardcoded html
Installation guide
- Globally install the extractor
npm i -g extract-hardcoded-html
- Globally install i18n-lint
npm install -g jwarby/i18n-lint
Usage
Navigate to the folder you want to scan.
Execute the command
extract-hardcoded-html
orehh
The script will scan all the html files for hardcoded html text and saves the proof in a seperate file in the same folder
angular two way bindings and filters are skipped ('{{}}' and '|')
Dependencies
- i18n-lint (https://jwarby.github.io/i18n-lint/)
- readdirp