2019-01-01 18:38:48 +01:00
2018-12-31 15:14:31 +01:00
2018-10-23 19:23:30 +02:00
2018-12-08 20:14:38 +01:00
2019-01-01 18:38:48 +01:00
2018-12-31 17:36:23 +01:00
2018-10-25 19:13:43 +02:00
2018-12-01 18:11:27 +01:00
2018-08-06 20:54:28 +02:00
2018-12-31 15:14:31 +01:00
2018-05-01 21:07:11 +02:00
2018-12-31 17:34:05 +01:00
2018-12-04 19:30:43 +01:00

[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 cant:

  • 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 “birds-eye” view
Description
No description provided
Readme 35 MiB
Languages
JavaScript 90.8%
Less 3.2%
TypeScript 2.4%
SCSS 2.4%
PHP 0.5%
Other 0.2%