maiha / func.cr

Endless readability for Crystal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

func.cr Build Status

Endless readability for Crystal.

  • crystal: 0.23.x

Installation

Add this to your application's shard.yml:

dependencies:
  func:
    github: maiha/func.cr
    version: 0.1.0

Then require it in your app.

require "func"

Usage

func empty_array = Array(String).new

Development

crystal spec

Contributing

  1. Fork it ( https://github.com/maiha/func.cr/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

  • maiha maiha - creator, maintainer

About

Endless readability for Crystal

License:MIT License


Languages

Language:Crystal 83.1%Language:Makefile 16.9%