Bohdan Liashenko 508a60ab2a Update README.md
2019-01-14 14:57:00 +01:00
2018-12-31 15:14:31 +01:00
2018-10-23 19:23:30 +02:00
2019-01-06 13:19:17 +01:00
2019-01-12 20:43:31 +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
2019-01-12 20:43:31 +01:00
2019-01-14 14:57:00 +01:00

[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 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%