https://github.com/ghostrick/reiwa
令和 for Elixir
https://github.com/ghostrick/reiwa
elixir japan
Last synced: 8 months ago
JSON representation
令和 for Elixir
- Host: GitHub
- URL: https://github.com/ghostrick/reiwa
- Owner: ghostrick
- License: mit
- Created: 2019-04-02T01:47:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T02:02:59.000Z (about 7 years ago)
- Last Synced: 2025-01-23T07:17:17.420Z (over 1 year ago)
- Topics: elixir, japan
- Language: Elixir
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Reiwa
令和
## Installation
Add Reiwa to your application.
mix.exs
```elixir
defp deps do
[{:reiwa, "~> 1.0.0"}]
end
```
## Usage
```elixir
> Reiwa.get_reiwa(Date.utc_today)
1
```