A bookmark organizing service for real pinheads.
Getty Ritter ca6e16143f Add doc about developing and patterns | vor 4 Jahren | |
---|---|---|
assets | vor 4 Jahren | |
lc | vor 4 Jahren | |
screenshots | vor 4 Jahren | |
scripts | vor 4 Jahren | |
stubs | vor 4 Jahren | |
templates | vor 4 Jahren | |
tests | vor 4 Jahren | |
.gitignore | vor 4 Jahren | |
DEVELOPING.md | vor 4 Jahren | |
README.md | vor 4 Jahren | |
lament-configuration.py | vor 4 Jahren | |
poetry.lock | vor 4 Jahren | |
pyproject.toml | vor 4 Jahren | |
tasks.py | vor 4 Jahren |
Bookmark organizing for pinheads.
#food/bread
will also be visible under #food
You'll need poetry
installed, and having invoke
installed makes it easier.
# install all the needed dependencies
$ inv install
# run all the tests
$ inv test
# run a local test server at port 9999
$ inv run -p 9999
All the code here is auto-formatted by black
, which should be installed by the inv install
. Running inv fmt
on a clean branch will run black
over all Python files and commit those changes automatically; if the repository is dirty then it will run the formatter but won't try to commit anything.