checklists

Version, currently master branch1 version
  • master branchlatestFeb 20, 2018

github.com/andyw8/checklists

Basic CRUD example app written using Lucky framework (Crystal)

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  checklists:
    github: andyw8/checklists
    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.24.1
License
MIT
Author
Andy Waite
Target
  • checklists from src/checklists.cr

Dependencies

Runtime Dependencies

  • lucky~> 0.8.0github: luckyframework/lucky
  • lucky_migrator~> 0.4.0github: luckyframework/lucky_migrator

Development Dependencies

  • ameba*github: veelenga/amebadev

README

checklists

This is a basic CRUD example app written using Lucky.

Setting up the project

  1. Install required dependencies
  2. Run bin/setup
  3. Run lucky dev to start the app

Learning Lucky

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.