https://github.com/alro10/click-example
A python Click example
https://github.com/alro10/click-example
Last synced: over 1 year ago
JSON representation
A python Click example
- Host: GitHub
- URL: https://github.com/alro10/click-example
- Owner: Alro10
- License: apache-2.0
- Created: 2019-10-02T20:59:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T16:15:22.000Z (over 6 years ago)
- Last Synced: 2025-01-20T13:27:28.337Z (over 1 year ago)
- Language: Python
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# click-example
Click module is a great tool to build command line applications. I made a simple Click example and plan to add more examples.
## Quick start
- ```virtualenv env -p python3```
- ```source env/bin/activate```
- ```pip install --editable .```
## Check cli
- ```bert```
- ```bert test1```
- ```bert test2```