1.1.0 • Published 2 years ago

html-utf8 v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

html-utf8

After running this command it will copy all the .html files from sourcedir, and it will save them to distdir (changing characters like '�' to 'ñ', so you can use UTF8-based APIs)

Installation

npm install html-utf8 --save-dev

Usage

html-utf8 -d sourcedir -o distdir

or

html-utf8 --dir sourcedir --output distdir