kemal_test

Version, currently master branch1 version
  • master branchlatestMar 21, 2016

github.com/fridgerator/kemal_test

kemal test application, using active_record.cr

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  kemal_test:
    github: fridgerator/kemal_test
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Nick Franken

Dependencies

Runtime Dependencies

  • kemal*github: sdogruyol/kemal, branch: master
  • active_record0.3.0github: waterlink/active_record.cr
  • postgres_adapter*github: waterlink/postgres_adapter.cr

README

kemal_test

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/[your-github-name]/kemal_test/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