1.0.0 ⢠Published 5 months ago
readme-gen-cli v1.0.0
š Blazingly Fast README Generator CLI
Effortlessly generate high-quality README.md files for your projects using an interactive command-line interface ā powered by Bun.
š Features
- Interactive prompts powered by Inquirer.js
- Customizable sections (Description, Tech Stack, Usage, Contributing, License)
- Automatic project name detection
- Modern syntax with TypeScript
- Colorful terminal UI with Kleur
- Blazingly fast execution using Bun
š¦ Installation
Prerequisites
Make sure you have Bun installed:
curl -fsSL https://bun.sh/install | bash
Install CLI globally
bun install -g readme-gen-cli
š„ Usage
To launch the interactive prompt:
readme-gen
Follow the guided questions to generate your README.md file automatically.
Example Output
? Project Name: My Cool Project
? Description: A blazing fast CLI tool
? Tech Stack: TypeScript, Node.js, TailwindCSS
? License: MIT
ā
README.md generated successfully!
š Generated README.md Example
# My Cool Project
## Description
A blazing fast CLI tool
## Tech Stack
- TypeScript
- Node.js
## License
This project is licensed under the MIT License.
š ļø Development
Clone the repo:
git clone https://github.com/pooreffects/readme-gen-cli.git
cd readme-gen-cli
bun install
Run Locally
bun run main.ts
Build
bun build main.ts --outfile main.js
Tests
bun test
šÆ Roadmap
- AI-powered README generation with OpenAI API
- Custom templates support
- Badge generators
š¤ Contributing
Feel free to open an issue or submit a pull request!
License
This project is licensed under the MIT License.
Made with ā¤ļø by Pooreffects
1.0.0
5 months ago