This repository has been archived by the owner. It is now read-only.

time_format.cr v0.1.1

Time spans formatting made simple ⌚️

⚠️ This shard is deprecated in favour of https://github.com/vladfaust/time-span-humanize.

TimeFormat

Built with Crystal Build status API Docs Releases Awesome vladfaust.com Patrons count Gitter chat

Time spans humanizing module for Crystal.

Supporters

Thanks to all my patrons, I can continue working on beautiful Open Source Software! 🙏

Lauri Jutila, Alexander Maslov, Dainel Vera

You can become a patron too in exchange of prioritized support and other perks

Become Patron

Installation

Add this to your application's shard.yml:

dependencies:
  time_format:
    github: vladfaust/time_format.cr
    version: ~> 0.1.1

This shard follows Semantic Versioning 2.0.0, so see releases and change the version accordingly.

Usage

require "time_format"

TimeFormat.auto(0.minutes + 42.seconds) # => 42s
TimeFormats(1.0.milliseconds / 5.0) # => 200μs

Contributing

  1. Fork it ( https://github.com/vladfaust/time_format.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

Repository

time_format.cr

Owner
Statistic
  • 2
  • 0
  • 0
  • 10
  • 0
  • almost 5 years ago
  • September 9, 2017
License

MIT License

Links
Synced at

Sat, 04 May 2024 11:45:30 GMT

Languages