double-u

Version, currently main branch1 version
  • main branchlatestAug 8, 2024

github.com/BrettFraley/double-u

No description declared in shard.yml.

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  double-u:
    github: BrettFraley/double-u
    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.12.2
License
MIT
Author
BrettFraley
Target
  • double-u from src/double-u.cr

Dependencies

Runtime Dependencies

  • sqlite3*github: crystal-lang/crystal-sqlite3

README

double-u

Installation

Usage

Development

Contributing

  1. Fork it (https://github.com/your-github-user/double-u/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