1.0.10 • Published 1 year ago
project-context-generator v1.0.10
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