Bogdan Lyashenko 413dc91a48 Add cli
2018-12-02 19:56:46 +01:00
2018-12-02 19:56:46 +01:00
2018-10-23 19:23:30 +02:00
2018-11-25 17:56:09 +01:00
2018-12-02 19:56:46 +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-02 19:56:46 +01:00
2018-05-01 21:07:11 +02:00
2018-12-02 19:56:46 +01:00
2018-12-02 19:56:46 +01:00

[ACTIVE DEVELOPMENT. STAY TUNED!]

codecrumbs

Leave "breadcrumbs" in source code via comments to find your way out from code maze

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

Your project setup:

{
  "dependencies": {
    "codecrumbs": "1.0.0"
  },
  "scripts": {
    "start": "codecrumbs -e src/index.js -d src"
  }
}
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%