Project management framework for Flask-Diamond
Agile-Diamond contains everything needed to start and control an Agile software project.
pip install mr.bob
git clone https://github.com/diamond-org/agile-diamond.git /tmp/agile-diamond
mkdir my-agile-project && cd my-agile-project
mrbob -w /tmp/agile-diamond/skel
less Readme.md
It is possible to test the skeleton in the local directory. The following process will build everything.
make test
Also, test the graffle-rendering function
make test-graffle
Agile-Diamond is well suited to application development using the Flask-Diamond framework. Flask-Diamond is a batteries-included Flask framework. Easily scaffold a working application with sensible defaults, then override the defaults to customize it for your goals.