fd1561de07ce2d28f391db16691dcea951d80cc4
[ACTIVE DEVELOPMENT. STAY TUNED!]
codecrumbs
Leave "breadcrumbs" in source code via comments to find your way out from code maze
To run for your project:
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"
}
}
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%
