orix
v1.0.0
Published
CLI tool to generate professional README.md and documentation for any project.
Maintainers
Readme
DocForge
DocForge is a Node.js CLI tool that automatically generates professional README.md files and technical documentation for any project.
Features
- Scans your project for metadata (package.json, structure, etc.)
- Uses OpenAI (placeholder) to summarize and improve descriptions
- Generates a complete README.md with install, usage, contributing, and license sections
- Creates a docs/overview.md with deeper technical explanations
- Supports customization via docforge.config.json
Installation
npm install -g docforgeOr use directly with npx:
npx docforge initUsage
Run inside your project directory:
npx docforge initThis will generate or update:
README.mddocs/overview.mddocforge.config.json(for customization)
Configuration
Edit docforge.config.json to customize project metadata and regenerate docs.
Development
- Written in modular TypeScript
- Error handling and comments for easy extension
- To build:
npm run build - To test locally:
node dist/index.js initornpx docforge init
Publishing
To publish to npm:
- Update version in
package.json - Run
npm run build - Run
npm publish
License
MIT
