readmebot streamlines the process of creating high-quality README.md files by leveraging AI to analyze your project structure and metadata. It quickly produces well-structured, comprehensive documentation, saving you time and ensuring your projects look polished and professional.
- AI-Powered Analysis: Automatically inspects your project's files and metadata.
- Customizable Output: Tailors generated READMEs according to your needs.
- Instant Documentation: Produces ready-to-use Markdown, formatted for GitHub.
- Easy Integration: Simple CLI interface for rapid usage.
Install readmebot globally using npm:
npm install -g readmebotOr add it as a dev dependency in your project:
npm install --save-dev readmebotAfter installation, you can use readmebot from the command line if .env file contains github_token:
readmebotYou can use readmebot from the command line by using your own github_token:
readmebot --key API_KEYPlease obtain github_token for openai/gpt-4.1 from here: token
| Command / Option | Description |
|---|---|
readmebot |
Generate README.md in the current directory |
readmebot --key API_KEY |
Generate README.md for the specified path |
This project is licensed under the MIT License.
readmebot © 2024. All rights reserved.