Welcome to create-a-cli-tool 👋

CI_STATUS

A way to make simple python CLIs.

🏠 Homepage

Install

pip install -U create-a-cli-tool

Features

  • Easy-to-use.

  • Comes with a default help command for your cli.

Quick Example

from cli.cli import CLI

my_cli = CLI("My Nice CLI tool!")

@my_cli.command(name="hi", description="Say hello!")
def hi():
    print("Hello World!")

my_cli.run()

Author

👤 Sengolda

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Indices and tables