lucky_demo

Version, currently master branch1 version
  • master branchlatestJul 30, 2018

github.com/mikeeus/lucky_demo

Demo Lucky app for tutorials

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  lucky_demo:
    github: mikeeus/lucky_demo
    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.25.0
Author
mikeeus
Target
  • lucky_demo from src/lucky_demo.cr

Dependencies

Runtime Dependencies

  • lucky~> 0.11github: luckyframework/lucky
  • carbon~> 0.1.0github: luckyframework/carbon
  • authentic~> 0.1.0github: luckyframework/authentic
  • lucky_flow~> 0.2github: luckyframework/lucky_flow
  • lucky_migrator~> 0.6github: luckyframework/lucky_migrator

README

lucky_demo

This is a project written using Lucky. Enjoy!

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.