26 lines
422 B
YAML
26 lines
422 B
YAML
---
|
|
name: docmachine-utils
|
|
version: 0.1.0
|
|
|
|
authors:
|
|
- Glenn Y. Rolland <glenux@glenux.net>
|
|
|
|
description: |
|
|
Command line utils for docmachine
|
|
|
|
targets:
|
|
docmachine:
|
|
main: src/main.cr
|
|
|
|
dependencies:
|
|
term-prompt:
|
|
github: crystal-term/prompt
|
|
crinja:
|
|
github: straight-shoota/crinja
|
|
baked_file_system:
|
|
github: schovi/baked_file_system
|
|
version: 0.10.0
|
|
|
|
# FIXME: for prompts rendering
|
|
|
|
license: MIT
|