https://github.com/aidenellis/cligo
๐ง CLI Go - A Python CLI Framework for creating command line interface.
https://github.com/aidenellis/cligo
aidenellis cli cligo framework python
Last synced: 9 months ago
JSON representation
๐ง CLI Go - A Python CLI Framework for creating command line interface.
- Host: GitHub
- URL: https://github.com/aidenellis/cligo
- Owner: AidenEllis
- License: mit
- Created: 2021-07-16T15:28:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T05:30:54.000Z (over 3 years ago)
- Last Synced: 2025-03-29T13:35:16.354Z (12 months ago)
- Topics: aidenellis, cli, cligo, framework, python
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
CLI Go - Taking CLI Framework to the moon ๐
Contribute
ยท
Community
ยท
Documentation
---
## ๐ซ Introduction :
Cligo (aka CLI Go) is a Python-based free and open-source CLI (Command line interface)
Framework. Cligo makes it easier & faster to build CLI
application.
The main goal of CliGo is to allow developers to focus on building commands,
instead of worrying about the process, execution & user input handeling.
And with our built-in components you can easily do stuffs like `checking
permissions` (e.g., checking if the user is logged in),
`user information`, `Handeling errors`, `Handeling inputs` and more.
With our continuous updates you will keep getting new components and
features.
๐ฅจ Read the [Docs](https://github.com/AidenEllis/Cligo/tree/main/docs) to Quickly get started!
## Contributions
CliGo is open to contributions.
Please read [CONTRIBUTING.md](https://github.com/AidenEllis/Cligo/blob/main/CONTRIBUTING.md) for details on this project
or visit our [Discord server](https://discord.gg/aw35Kb7uE7)
## Code of Conduct
Please read [CODE_OF_CONDUCT.md](https://github.com/AidenEllis/Cligo/blob/main//CODE_OF_CONDUCT.md) for details on our code of conduct.
