An open API service indexing awesome lists of open source software.

https://github.com/bep/htmldiffer

Work in progress (experimental)
https://github.com/bep/htmldiffer

Last synced: 9 months ago
JSON representation

Work in progress (experimental)

Awesome Lists containing this project

README

          

# HTMLDiffer (Work In Progress)

hugo -b https://example.org/dir1 -d /mysitecompare/site1
hugo -b https://example.org/dir2 -d /mysitecompare/site2

```bash
htmldiffer --dir1 /mysitecompare/site1 --dir2 /mysitecompare/site2 --outdir /mysitecompare/result
```

Then from `/mysitecompare/result` you can run `hugo server` and open http://localhost:1313/.