This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
Update (5/21/2019)
- Added isLocal: spin up a localhost, and you can pass the url like
site-validator localhost:80/index.html --local
(can pass--local
or--isLocal
) #48 - Changed Caching Mechanism: validator results are no longer cached, only the crawled sitemap or an online file is cached. #47 (Also added
--cache
which does the same as--cacheTime
#46) - Clear Cache: Implemented
--clear-cache
which clears out the/cache
folder. #45