Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
TODO: Write a description here
TODO: Write installation instructions here
TODO: Write usage instructions here
TODO: Write development instructions here
$ docker run --rm -it --entrypoint /bin/sh -v $(pwd):/user/local/src/apply-env crystallang/crystal:latest-alpine
on M1 macos:
docker-ri --rm -it --entrypoint /bin/sh -v $(pwd):/user/local/src/apply-env crystallang/crystal:latest-alpine
$ cd /user/local/src/apply-env
$ shards build --production --static
$ strip bin/apply-env
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)