Socket
Socket
Sign inDemoInstall

turbo-docs

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turbo-docs

GPT-powered command line interface for generating documentation


Maintainers
1

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 📑

  • Turbo Docs 🚀

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! 🌟

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc