app~maiha
app.cr
Private composite shards to build application easily.
- crystal: 0.26.1
Install
dependencies:
app:
github: maiha/app.cr
version: 0.5.0
Usage
require "app"
works as same as
require "core-ext"
require "try"
require "opts"
require "shard"
require "toml-config"
Contributing
- Fork it ( https://github.com/maiha/app.cr/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
Contributors
- maiha maiha - creator, maintainer