test-project

Version, currently master branch1 version
  • master branchlatestMay 25, 2018

github.com/paulcsmith/test-auth

An app with Authentic, LuckyFlow, and Carbon that will be used to update Lucky CLI

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  test-project:
    github: paulcsmith/test-auth
    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.2
License
MIT
Author
Paul Smith
Target
  • test-project from src/test-project.cr

Dependencies

Runtime Dependencies

  • lucky*github: luckyframework/lucky, branch: master
  • carbon*github: luckyframework/carbon, branch: master
  • authentic*github: luckyframework/authentic, branch: master
  • lucky_flow*github: luckyframework/lucky_flow, branch: master
  • lucky_migrator*github: luckyframework/lucky_migrator, branch: master

README

test-project

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.