reef 0.0.50

a package to execute and log system commands
Documentation
# cargo make

# cargo make integrate

[tasks.watch]

command = "cargo"

args=["watch","-s","cargo doc && http target/doc"]



[tasks.git-commit-integrate]

command = "git"

args = ["integrate"]



[tasks.integrate]

dependencies = [

    "git-pull",

    "format",

    "build",

    "test",

    "git-add",

    "git-commit-integrate",

    "git-push"

]



# git tag -a v0.0.0 -m "v0.0.0"