Files
google-apis-rs/etc/api/type-cli.yaml
Sebastian Thiel 390354bd08 feat(cli): basic usage of docopts
For now we just show it works within our generator.
Next step is to actually generate docopts grammar.
2015-04-09 16:28:08 +02:00

26 lines
579 B
YAML

mkdocs:
## A directory to bring us from the mkdocs invocation directory to the gen-root
gen_root_dir: ..
site_dir: build_html
make:
id: cli
target_name: CLIs
target_suffix: -cli
aggregated_target_suffix: -cli
depends_on_suffix: ''
documentation_engine: mkdocs
templates:
- source: ../LICENSE.md
- source: ../Cargo.toml
- source: mkdocs.yml
- source: README.md
- source: main.rs
output_dir: src
cargo:
build_version: "0.0.1"
keywords: [cli]
dependencies:
- docopt = "*"
- docopt_macros = "*"
- rustc-serialize = "*"