Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcage/greeting
https://github.com/arcage/greeting
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arcage/greeting
- Owner: arcage
- License: mit
- Created: 2017-03-03T06:21:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T01:46:27.000Z (almost 8 years ago)
- Last Synced: 2024-10-25T01:36:41.060Z (3 months ago)
- Language: Crystal
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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