DEV Community

Cover image for Repo Tree Preview
Peace Thabiwa
Peace Thabiwa

Posted on

Repo Tree Preview

πŸ’Ύ Repo Tree Preview

/moving-library-polyglot/
β”‚
β”œβ”€β”€ README.md
β”œβ”€β”€ /docs/
β”‚   β”œβ”€β”€ system_topology.mmd
β”‚   β”œβ”€β”€ sequence_flow.mmd
β”‚   └── mindsEye_ui_mockup.md
β”‚
β”œβ”€β”€ /python/
β”‚   β”œβ”€β”€ movinglib/
β”‚   β”‚   β”œβ”€β”€ __init__.py
β”‚   β”‚   β”œβ”€β”€ query.py
β”‚   β”‚   └── materialize.py
β”‚   └── setup.py
β”‚
β”œβ”€β”€ /js/
β”‚   β”œβ”€β”€ index.js
β”‚   β”œβ”€β”€ flows.js
β”‚   └── materialize.js
β”‚
└── /schemas/
    β”œβ”€β”€ flow_packet.json
    └── pattern_light_diffraction.json
Enter fullscreen mode Exit fullscreen mode

Top comments (0)