piranha

Version, currently 0.1.01 version
  • 0.1.0latestMar 23, 2022

github.com/grkek/piranha

An Apple Wallet pass generator written in Crystal Language

1 stars
1 dependent
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  piranha:
    github: grkek/piranha
    version: ~> 0.1.0

Then run:

shards install

shard.yml

Crystal
1.0.0
License
MIT
Author
Giorgi Kavrelishvili

Dependencies

This version declares no dependencies.

README

Piranha

Apple Wallet pass generator with a nice interface.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      piranha:
        github: grkek/piranha
  2. Run shards install

Usage

require "piranha"

Contributing

  1. Fork it (https://github.com/grkek/piranha/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

Contributors