docmachine-cli/shard.yml

39 lines
663 B
YAML
Raw Normal View History

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:
2023-04-16 10:02:43 +00:00
# Validate input(s) & detect errors
docmachine-lint:
main: src/lint/main.cr
docmachine-plan:
main: src/planr/main.cr
# write content based on plan
docmachine-write:
main: src/write/main.cr
# builder
2023-01-18 15:29:34 +00:00
docmachine:
main: src/main.cr
2023-03-27 14:01:20 +00:00
dependencies:
term-prompt:
github: crystal-term/prompt
# completion:
# github: f/completion
# pg:
# github: will/crystal-pg
# version: "~> 0.5"
2023-01-18 15:29:34 +00:00
# development_dependencies:
# webmock:
# github: manastech/webmock.cr
license: MIT