More templating, lint
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
name: hello
|
||||
name: {{ name }}
|
||||
runtime: crystal
|
15
runtimes/crystal/template/shard.yml.j2
Normal file
15
runtimes/crystal/template/shard.yml.j2
Normal file
@ -0,0 +1,15 @@
|
||||
name: {{ name }}
|
||||
version: 0.1.0
|
||||
|
||||
targets:
|
||||
funko:
|
||||
main: main.cr
|
||||
|
||||
dependencies:
|
||||
kemal:
|
||||
github: kemalcr/kemal
|
||||
|
||||
# development_dependencies:
|
||||
# webmock:
|
||||
# github: manastech/webmock.cr
|
||||
|
Reference in New Issue
Block a user