Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
single crystal binary to package a jinx repo for publishing
There are several options for CD, in this repo you will find an example netlify.toml
for your convenience.
Basically anything that allows you to upload your dist/
folder will work though.
jinxp --help
clone this repo, make a pr
Install Crystal and Shards, then run:
shards build
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)