project-context-generator
v1.0.10
Published
Generates markdown and JSON documentation of a project's file structure.
Downloads
10
Maintainers
Readme
README.mdundefined
Project Context Generator
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.
Installation
npm install -g project-context-generator