508a60ab2ab6e586282e0de2a2dcffb450a2d71a
[ACTIVE DEVELOPMENT. STAY TUNED!]
codecrumbs
Leave "breadcrumbs" in source code via comments to find your way out from code maze. See demo of result here
Intro
Check intro article explaining more details behind all of this https://itnext.io/how-to-navigate-the-maze-of-javascript-code-541250447cbb
Get started
yarn add codecrumbs
then inside your project setup do something like (change -e, -d params for your paths):
{
"dependencies": {
"codecrumbs": "1.0.3-alpha"
},
"scripts": {
"start": "codecrumbs -e src/index.js -d src"
}
}
Leave breascrum by simply putting comment //cc:here breadcrumb
Problem
In a big codebase we can’t:
- generalize
- recognise patterns
- see big picture
- make assumption
This project will allow you to:
- leave bread crumbs in a code maze
- cut off paths leading nowhere
- see entire maze from a “bird’s-eye” view
Description
Languages
JavaScript
90.8%
Less
3.2%
TypeScript
2.4%
SCSS
2.4%
PHP
0.5%
Other
0.2%
