Skip to main content

GPT-powered command line interface for generating documentation

Project description

Turbo Docs 🚀

Welcome to Turbo Docs, the cutting-edge documentation generator that empowers developers to create beautiful README files and manage their documentation with ease. Whether you're a user looking to generate your project's documentation, or a contributor aiming to enhance this tool, Turbo Docs is crafted to elevate your project's visibility and collaboration to the next level.

Table of Contents 📑

Installation 🛠️

Before you can start using Turbo Docs, ensure you have Python installed on your system. Turbo Docs is compatible with Python 3.6 and above.

You can install the latest release version from pypi:

pip install turbo-docs

Install it directly for GitHub (not recommended) but sometimes useful:

pip install "git+https://github.com/voynow/turbo-docs.git"

Or clone the repository for local development:

git clone https://github.com/voynow/turbo-docs.git
poetry install --all-extras

Usage ⚙️

Turbo Docs is designed with a simple command-line interface, making it a breeze to generate your README or copy documentation to your clipboard.

Commands

  • Generate README: To generate a README.md file, navigate to your project directory and run:

    turbo_docs --readme
    

    This command will generate a README.md file based on the contents of your current directory, excluding files specified in the .gitignore.

  • Copy to Clipboard: If you want to copy the contents of your current directory's documentation to the clipboard, use:

    turbo_docs --copy
    

    The text will be copied to the clipboard, and the number of tokens in the text will be displayed.

Features ✨

  • Markdown generation for README.md powered by OpenAI's language models
  • Clipboard support for easy text manipulation
  • Exclusion patterns to prevent certain files from being included in the documentation (supports .gitignore patterns)
  • Command-line interface for straightforward usage

Contributing 🤝

Contributions are what make the open-source community such a fantastic place to learn, inspire, and create. Any contributions you make are greatly appreciated.

To contribute to Turbo Docs:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Please make sure to update tests as appropriate.

License 📜

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements 🎉

  • OpenAI for the language models that power the documentation generation
  • The Python community for the invaluable libraries used in this project

Give your projects a boost with Turbo Docs and take your documentation to the next level! 🌟

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

turbo_docs-0.1.3.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

turbo_docs-0.1.3-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page