README.mdundefined
This tool helps you create a comprehensive snapshot of your project's file structure and content. It generates:
-
Markdown Documentation: A structured Markdown file (
projectScope.md
) containing your project's file tree, file names, and code within code blocks. -
JSON Data Structure: A JSON file (
projectStructure.json
) storing your project's hierarchy, file names, and content in a machine-readable format.
npm install -g project-context-generator