greeting

Version, currently 0.1.01 version
  • 0.1.0latestMar 3, 2017

github.com/arcage/greeting

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  greeting:
    github: arcage/greeting
    version: ~> 0.1.0

Then run:

shards install

shard.yml

Crystal
0.20.5
License
MIT
Author
ʕ·ᴥ·ʔAKJ

Dependencies

This version declares no dependencies.

README

Greeting

Hello, guys!

Installation

Add this to your application's shard.yml:

dependencies:
  greeting:
    github: arcage/greeting

Usage

require "greeting"

Greeting.hello("John") #=> "Hello, John!"

Contributors

  • arcage ʕ·ᴥ·ʔAKJ - creator, maintainer