Zero-config CLI tool to auto-generate README.md from your project
Zero-config CLI tool to auto-generate README.md from your project
✅ npm run build
✅ npm run start
| Tech | Description |
|---|---|
| TypeScript |
- Node.js 18+
- npm / pnpm / yarn
git clone <your-repo-url>
cd readme-author
npm installnpm run start.
├── public/
│ └── images/
│ └── mvp.png
├── scripts/
├── src/
│ ├── core/
│ │ ├── package-parser.ts
│ │ └── stack-detector.ts
│ ├── data/
│ │ └── tech-badge.ts
│ ├── generator/
│ │ └── markdown-generator.ts
│ └── cli.ts
├── .gitignore
├── package-lock.json
├── package.json
├── README.md
└── tsconfig.json
- Runtime: 6 packages
- Development: 5 packages
Runtime dependencies
chalk— ^5.6.2commander— ^14.0.3figlet— ^1.10.0fs-extra— ^11.3.3gradient-string— ^3.0.0ora— ^9.3.0
Dev dependencies
@types/figlet— ^1.7.0@types/gradient-string— ^1.1.6@types/node— ^25.3.0ts-node— ^10.9.2typescript— ^5.9.3
Keywords: cli, readme, documentation, nodejs, developer-tools
Repository: https://github.com/tallman1O/readme-author.git
Author: Mehul Uttam
Version: 0.1.6
Contributions are welcome! Please open an issue first to discuss any major changes.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'feat: add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Licensed under the ISC license. See LICENSE for more information.