rdmc 0.1.1

Run commands from you readme as if its a Makefile
Documentation
[[bin]]
name = "rdmc"
path = "src/main.rs"
[dependencies.bpaf]
features = ["autocomplete", "bright-color"]
version = "0.9.9"

[dependencies.markdown]
version = "1.0.0-alpha.16"

[lib]
path = "src/lib.rs"

[package]
description = "Run commands from you readme as if its a Makefile"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "rdmc"
readme = "README.md"
repository = "https://github.com/kloki/rdmc"
version = "0.1.1"