Skip to content

Latest commit

 

History

History
123 lines (83 loc) · 3.21 KB

README.rst

File metadata and controls

123 lines (83 loc) · 3.21 KB

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package

A simple CLI garden journal

  • Free software: MIT license

Installation

pip install growlog

Quickstart

$ 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.

Documentation

https://growlog.readthedocs.io/

Development

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