suggestotron

Version, currently master branch1 version
  • master branchlatestNov 25, 2017

github.com/edwardloveall/suggestotron-lucky

A simple app using the Lucky Framework (https://luckyframework.org)

6 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  suggestotron:
    github: edwardloveall/suggestotron-lucky
    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.23.1
License
MIT
Author
Edward Loveall
Target
  • suggestotron from src/suggestotron.cr

Dependencies

Runtime Dependencies

  • lucky_web*github: luckyframework/web, commit: dc0a739
  • lucky_record*github: luckyframework/record, commit: e535072
  • lucky_migrator*github: luckyframework/migrator, commit: bd203f9

README

suggestotron

This is a project written using Lucky. Enjoy!

It is more-or-less a test project to play around with the framework.

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.