1.1.5 • Published 6 years ago

extract-hardcoded-html v1.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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

         ```
         or
         ```
         ehh
         ```
  • 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