Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 985 Bytes

File metadata and controls

36 lines (27 loc) · 985 Bytes

hckr - Contributor's Guide

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

Python

  • 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
  • use the following command to step into hatch defined python venv

    make sync-dev

Code changes

  • After implementing code changes, you can run
make install

to install and link your hckr cli to existing code changes.

Publishing to Pypi

Creating and maintaining Docs