2023-01-18 15:29:34 +00:00
|
|
|
---
|
|
|
|
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
|
|
|
|
|
2023-03-27 14:01:20 +00:00
|
|
|
dependencies:
|
|
|
|
term-prompt:
|
|
|
|
github: crystal-term/prompt
|
2023-04-24 08:31:54 +00:00
|
|
|
crinja:
|
|
|
|
github: straight-shoota/crinja
|
2023-04-27 07:51:17 +00:00
|
|
|
baked_file_system:
|
|
|
|
github: schovi/baked_file_system
|
|
|
|
version: 0.10.0
|
2023-03-27 14:01:20 +00:00
|
|
|
|
2023-04-24 08:31:54 +00:00
|
|
|
# FIXME: for prompts rendering
|
2023-01-18 15:29:34 +00:00
|
|
|
|
|
|
|
license: MIT
|