This directory contains small but realistic example projects for demonstrating CodeMap's analysis capabilities.
A small Python application with services, models, and utilities that import each other — showing dependency extraction, grouping, and metrics.
codemap scan examples/python_project
codemap graph examples/python_project -o codemap_output/python_demo
codemap report examples/python_projectA React-style JavaScript application with components, services, and utilities demonstrating ES module import analysis.
codemap scan examples/js_project
codemap graph examples/js_project -o codemap_output/js_demo
codemap report examples/js_project