Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyeockjinkim/decocli
CLI program for python using decorator
https://github.com/hyeockjinkim/decocli
cli decorator python
Last synced: 1 day ago
JSON representation
CLI program for python using decorator
- Host: GitHub
- URL: https://github.com/hyeockjinkim/decocli
- Owner: HyeockJinKim
- License: mit
- Created: 2019-08-22T07:51:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T09:09:06.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T03:16:41.453Z (18 days ago)
- Topics: cli, decorator, python
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DecoCLI
> CLI program using decoratorSimple module for CLI in python
If you wanna install DecoCLI, use following command.
```
pip install decocli
```