Link backlog management utility using a stack style interface
Install this tool using pip
:
pip install link-stacklog
For help, run:
link-stacklog --help
You can also use:
python -m link_stacklog --help
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd link-stacklog
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest