This Project is created and managed by Ashish Patel
Please Contribute to this project by forking hckr
Please feel free to provide any suggestion for new utility in Issues
-
Use python3.8+ in development
- if not available use following commands
pyenv install 3.8 pyenv virtualenv 3.8 py38 pyenv activate py38 pip install hatch # then install hatch to start using it
- if not available use following commands
-
use the following command to step into hatch defined python venv
make sync-dev
- After implementing code changes, you can run
make installto install and link your hckr cli to existing code changes.
- for publishing and creating tags refer Publishing Guide
- for Docs refer Documentation Guide