develop #3
2 changed files with 7 additions and 22 deletions
|
@ -1,13 +1,13 @@
|
||||||
version: 2.0
|
version: 2.0
|
||||||
shards:
|
shards:
|
||||||
completion:
|
|
||||||
git: https://github.com/f/completion.git
|
|
||||||
version: 0.1.0+git.commit.d8799381b2de14430496199260eca64eb329625f
|
|
||||||
|
|
||||||
cor:
|
cor:
|
||||||
git: https://github.com/watzon/cor.git
|
git: https://github.com/watzon/cor.git
|
||||||
version: 0.1.0+git.commit.9c9e51ac6168f3bd4fdc51d679b65de09ef76cac
|
version: 0.1.0+git.commit.9c9e51ac6168f3bd4fdc51d679b65de09ef76cac
|
||||||
|
|
||||||
|
crinja:
|
||||||
|
git: https://github.com/straight-shoota/crinja.git
|
||||||
|
version: 0.8.1
|
||||||
|
|
||||||
ioctl:
|
ioctl:
|
||||||
git: https://github.com/crystal-posix/ioctl.cr.git
|
git: https://github.com/crystal-posix/ioctl.cr.git
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
|
21
shard.yml
21
shard.yml
|
@ -9,30 +9,15 @@ description: |
|
||||||
Command line utils for docmachine
|
Command line utils for docmachine
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
# 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
|
|
||||||
docmachine:
|
docmachine:
|
||||||
main: src/main.cr
|
main: src/main.cr
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
term-prompt:
|
term-prompt:
|
||||||
github: crystal-term/prompt
|
github: crystal-term/prompt
|
||||||
|
crinja:
|
||||||
|
github: straight-shoota/crinja
|
||||||
|
|
||||||
# completion:
|
# FIXME: for prompts rendering
|
||||||
# github: f/completion
|
|
||||||
# pg:
|
|
||||||
# github: will/crystal-pg
|
|
||||||
# version: "~> 0.5"
|
|
||||||
|
|
||||||
# development_dependencies:
|
|
||||||
# webmock:
|
|
||||||
# github: manastech/webmock.cr
|
|
||||||
|
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
Loading…
Reference in a new issue