An open API service indexing awesome lists of open source software.

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

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```


alt text

- ```bert test1```

- ```bert test2```