Skip to content

prthmsh/htmlSplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmlSplit

A simple html split using cheerio.

Running Locally

Make sure you have Node.js installed.

git clone git@github.com:prthmsh/htmlSplit.git # or clone your own fork
cd htmlSplit
npm install
node index.js

Output will be templates folder locally.

1
Written html to 1555504134-en-US.html
Written html to 1555504134-cs-CZ.html
Written html to 1555504134-de-DE.html
Written html to 1555504134-es-ES.html
Written html to 1555504134-tr-TR.html

License

MIT