errors

Version, currently main branch1 version
  • main branchlatestNov 17, 2022

github.com/jwoertink/wonky_errors

tiny app to demonstrate Crystal error message

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  errors:
    github: jwoertink/wonky_errors
    branch: main

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

Then run:

shards install

shard.yml

Crystal
1.6.2
Author
Jeremy Woertink
Target
  • app from src/errors.cr

Dependencies

Runtime Dependencies

  • avram~> 1.0.0-rc1github: luckyframework/avram
  • lucky~> 1.0.0-rc1github: luckyframework/lucky
  • carbon~> 0.3.0github: luckyframework/carbon
  • lucky_env~> 0.1.4github: luckyframework/lucky_env
  • lucky_task~> 0.1.1github: luckyframework/lucky_task
  • carbon_sendgrid_adapter~> 0.3.0github: luckyframework/carbon_sendgrid_adapter

README

errors

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Update database settings in config/database.cr
  3. Run script/setup
  4. Run lucky dev to start the app

Learning Lucky

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