From 48c1b982d2313f8c3caaa2dacff426cc56d24eea Mon Sep 17 00:00:00 2001 From: Bohdan Liashenko Date: Mon, 23 Sep 2019 22:05:24 +0200 Subject: [PATCH] Add codecrumbs tool to Documentation section (#602) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f590147..b191efa 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Beautiful docs](http://beautifuldocs.com/) is a documentation viewer based on markdown files. * [documentation.js](http://documentation.js.org) - API documentation generator with support for ES2015+ and flow annotation. * [jsduck](https://github.com/senchalabs/jsduck) - API documentation generator made for Sencha JavaScript frameworks, but can be used for other frameworks too. +* [codecrumbs](https://github.com/Bogdan-Lyashenko/codecrumbs) is a visual tool for learning and documenting a codebase by putting breadcrumbs in source code. ## Files