reef 0.0.9

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 = ["commit","-m\"integrate\""]



[tasks.git-integrate]

dependencies = [

    "git-pull",

    "format",

    "build",

    "test",

    "git-add",

    "git-commit-integrate",

    "git-push"

]