crystal-todo

Version, currently master branch1 version
  • master branchlatestDec 22, 2018

github.com/s-jcs/crystal-todo

crystal-todo

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crystal-todo:
    github: s-jcs/crystal-todo
    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
0.27.0
License
MIT
Author
s-jcs
Target
  • crystal-todo from src/crystal-todo.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal
  • leveldb~> 0.2.0github: crystal-community/leveldb

README

crystal-todo

A simple example of a todo list in Crystal

Installation

Prerequisites

Using LevelDB to store list and requires following packages installed. https://github.com/crystal-community/leveldb

Debian:

sudo apt-get install libleveldb-dev libleveldb1v5 libsnappy1v5

Contributing

  1. Fork it (https://github.com/your-github-user/crystal-todo/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

  • s-jcs - creator and maintainer