Personal stdlib for my crystal projects.
| spec | init | |
| src | 0.1.3: update logger | |
| .editorconfig | init | |
| .gitignore | init | |
| LICENSE | init | |
| README.md | init | |
| shard.yml | 0.1.3: update logger | |
flib
Personal stdlib for my crystal projects.
Includes:
Installation
-
Add the dependency to your
shard.yml:dependencies:flib:git:git://codeberg.org/Fijxu/flib.git -
Run
shards install
Usage
require "flib"
Contributing
- Fork it (https://codeberg.org/Fijxu/flib/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Fijxu - creator and maintainer