Installation

# Add this to your shard.yml
dependencies:
  jinx:
    github: elanthia-online/jinxp
    version: ~> 0.4.0

Then run:

shards install

shard.yml

Crystal
0.35.1
License
MIT
Author
Benjamin Clos
Target
  • jinxp from src/jinxp.cr

Dependencies

Runtime Dependencies

  • admiral*github: jwaldrip/admiral.cr

README

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

  1. Fork it (https://github.com/elanthia-online/jinxp/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request (https://github.com/elanthia-online/jinxp/compare)

Contributors