Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 465 Bytes

File metadata and controls

31 lines (22 loc) · 465 Bytes

Starting Development

git clone git@github.com:dutradda/dbdaora.git --recursive
cd dbdaora
make setup-python-virtualenv
source venv/bin/activate
make setup-python-project
bake setup-dbdaora
bake dependencies

Running the integration suite:

bake integration

Other bake tasks:

bake check-code

bake tests-docs

bake serve-docs

bake add-changelog m="Add my cool feature"

You can run bake to see all tasks available.