1
0
Fork
You've already forked flib
0
Personal stdlib for my crystal projects.
  • Crystal 100%
Find a file
2025年09月30日 17:40:01 -03:00
spec init 2025年08月15日 21:33:32 -04:00
src 0.1.3: update logger 2025年09月30日 17:40:01 -03:00
.editorconfig init 2025年08月15日 21:33:32 -04:00
.gitignore init 2025年08月15日 21:33:32 -04:00
LICENSE init 2025年08月15日 21:33:32 -04:00
README.md init 2025年08月15日 21:33:32 -04:00
shard.yml 0.1.3: update logger 2025年09月30日 17:40:01 -03:00

flib

Personal stdlib for my crystal projects.

Includes:

Installation

  1. Add the dependency to your shard.yml:

    dependencies:flib:git:git://codeberg.org/Fijxu/flib.git
  2. Run shards install

Usage

require "flib"

Contributing

  1. Fork it (https://codeberg.org/Fijxu/flib/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

  • Fijxu - creator and maintainer