better_gmail_filters

Version, currently main branch1 version
  • main branchlatestAug 6, 2021

github.com/wout/better-gmail-filters

A better way to manage complex/repetitive Gmail filters.

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  better_gmail_filters:
    github: wout/better-gmail-filters
    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.1.0
Author
Stephen Dolan
Target
  • webserver from src/better_gmail_filters.cr

Dependencies

Runtime Dependencies

  • lucky~> 0.28.0github: luckyframework/lucky
  • raven*github: Sija/raven.cr, branch: master
  • carbon~> 0.2.0github: luckyframework/carbon
  • pundit~> 0.10.0github: stephendolan/pundit
  • stripe~> 1.3.0github: confact/stripe.cr
  • authentic~> 0.8.0github: luckyframework/authentic
  • decorator~> 1.0.0github: stephendolan/decorator
  • lucky_env~> 0.1.3github: luckyframework/lucky_env
  • multi_auth*github: msa7/multi_auth, branch: master

Development Dependencies

  • ameba~> 0.14.2github: crystal-ameba/amebadev
  • lucky_flow~> 0.7.3github: luckyframework/lucky_flowdev

README

โ˜˜๏ธ Lucky Jumpstart

This application was generated from the Lucky Jumpstart template.

How to use it?

  1. Click this link
  2. Run shards install
  3. Run lucky jumpstart.init
  4. Run ./script/setup
  5. Run lucky dev

Why use a template?

There are quite a few things I find myself adding to every Lucky application out of the box, and this serves as a bit of a better starting point than the default generated application.

What's in the box?

Development

  • ๐Ÿณ ย  A DockerCompose file for running your application database, included in Procfile.dev

Dependencies

  • ๐Ÿ’Ž ย  Up-to-date Crystal dependencies
  • ๐Ÿงถ ย  Up-to-date Yarn dependencies

Tooling

Functionality

  • ๐Ÿ“ง ย  Email confirmation of users

CI/CD

Deployment options