forgery 1.0.3

A Makefile clone but with a few more features.
Documentation
1
2
3
4
5
{
    ".init": ["source venv/bin/activate"],
    "install": ["pip install -r requirements.txt"],
    "test": ["python test.py"]
}