Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grkek/piranha
An Apple Wallet pass generator written in Crystal Language
https://github.com/grkek/piranha
Last synced: 15 days ago
JSON representation
An Apple Wallet pass generator written in Crystal Language
- Host: GitHub
- URL: https://github.com/grkek/piranha
- Owner: grkek
- License: mit
- Created: 2022-03-23T08:33:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T06:29:36.000Z (over 2 years ago)
- Last Synced: 2024-10-25T01:28:19.337Z (2 months ago)
- Language: Crystal
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Piranha
Apple Wallet pass generator with a nice interface.
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
piranha:
github: grkek/piranha
```2. Run `shards install`
## Usage
```crystal
require "piranha"
```## Contributing
1. Fork it ()
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
- [Giorgi Kavrelishvili](https://github.com/grkek) - creator and maintainer