Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arcage/greeting


https://github.com/arcage/greeting

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Greeting

This is just a sample repository for "Crystalの本2(仮)".

## Installation

Add this to your application's `shard.yml`:

```yaml
dependencies:
greeting:
github: arcage/greeting
```

## Usage

```crystal
require "greeting"

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

## Contributors

- [arcage](https://github.com/arcage) AKJ - creator, maintainer