Skip to content

maiha/func.cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published