jinxp / jinx packager
single crystal binary to package a jinx repo for publishing
Usage / Continuous Deployment
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.
Usage / CLI
jinxp --help
Development
clone this repo, make a pr
Build
Install Crystal and Shards, then run:
shards build
Contributing
- Fork it (https://github.com/elanthia-online/jinxp/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request (https://github.com/elanthia-online/jinxp/compare)
Contributors
- Ondreian - creator and maintainer