reef 0.1.13

a package to execute and log system commands
# 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"

]



[tasks.install]

command = "cargo"

args = ["install","--path",".","--force"]