docs | |
---|---|
tests | |
package |
A simple CLI garden journal
- Free software: MIT license
pip install growlog
$ growlog
> No growlog found, creating a new one!
What type of plant is this?:
...
You can also see the help menu:
$ growlog --help
Usage: growlog [OPTIONS]
- Options:
--add Add a crop to your growlog --update Update a crop in your growlog --remove Remove a crop from your growlog --help Show this message and exit.
https://growlog.readthedocs.io/
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |