cli_project_name
- Click
[Use this template]
button to create a new repository - Replace
cli_project_name
within the repository to an arbitrary name ./rename_to.sh <new_name>
- Replace
- Modify authorized information at
<cli_project_name>/__version__.py
If you would like to use click framework, reaname <cli_project_name>/__main_click__.py
to <cli_project_name>/__main__.py
README
pip install <cli_project_name>
Sample Code: | # Sample code |
---|---|
Output: | # Output
|