A bookmark organizing service for real pinheads.
Getty Ritter ca6e16143f Add doc about developing and patterns | 4 лет назад | |
---|---|---|
assets | 4 лет назад | |
lc | 4 лет назад | |
screenshots | 4 лет назад | |
scripts | 4 лет назад | |
stubs | 4 лет назад | |
templates | 4 лет назад | |
tests | 4 лет назад | |
.gitignore | 4 лет назад | |
DEVELOPING.md | 4 лет назад | |
README.md | 4 лет назад | |
lament-configuration.py | 4 лет назад | |
poetry.lock | 4 лет назад | |
pyproject.toml | 4 лет назад | |
tasks.py | 4 лет назад |
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.