version

Version, currently 0.1.12 versions

github.com/unn4m3d/version

No description declared in shard.yml.

2 stars
6 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  version:
    github: unn4m3d/version
    version: ~> 0.1.1

Then run:

shards install

shard.yml

Crystal
0.24.1
License
MIT
Author
unn4m3d

Dependencies

This version declares no dependencies.

README

version

Small tool to fetch your shard version from shard.yml and not to write it by hand

Installation

Add this to your application's shard.yml:

dependencies:
  version:
    github: unn4m3d/version

Usage

require "version"

module MyShard
  VERSION = Version.fetch
end

Contributing

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