diff --git a/content/projects/dharma.md b/content/projects/dharma.md new file mode 100644 index 0000000..8d83c21 --- /dev/null +++ b/content/projects/dharma.md @@ -0,0 +1,8 @@ ++++ +title = "Dharma" +description = "A CLI tool to detect broken links in websites" +layout = "projects" +repository = "https://git.nakama.town/fmartingr/dharma" ++++ + +A CLI tool to detect broken links in websites. It can be used to check the status of a website's internal and external links and report any broken links in JSON or friendly format. It not only follows links but also checks for scripts, `url()` and `import()` in CSS files.