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