lucky_avram

Version, currently main branch1 version
  • main branchlatestNov 22, 2021

github.com/matthewmcgarvey/lucky_avram

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  lucky_avram:
    github: matthewmcgarvey/lucky_avram
    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.0.0
License
MIT
Author
Paul Smith
Targets
  • lucky.gen.model from src/precompiled_tasks/gen/model.cr
  • lucky.gen.resource.browser from src/precompiled_tasks/gen/resource/browser.cr

Dependencies

Runtime Dependencies

  • avram~> 0.21.0github: luckyframework/avram
  • lucky*github: matthewmcgarvey/lucky, branch: extract-lucky_avram
  • lucky_task~> 0.1.0github: luckyframework/lucky_task

Development Dependencies

  • ameba~> 0.14.2github: crystal-ameba/amebadev

README

lucky_avram

A library adding functionality to Lucky when using Avram.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      lucky_task:
        github: matthewmcgarvey/lucky_avram
  2. Run shards install

Contributing

  1. Fork it (https://github.com/matthewmcgarvey/lucky_avram/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors