Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinnn/reiwa
A command-line tool to show the current year in the new Japanese period 令和 (Reiwa)
https://github.com/shinnn/reiwa
command-line date gengo japan japanese-era javascript nodejs reiwa year
Last synced: 26 days ago
JSON representation
A command-line tool to show the current year in the new Japanese period 令和 (Reiwa)
- Host: GitHub
- URL: https://github.com/shinnn/reiwa
- Owner: shinnn
- License: isc
- Created: 2019-04-05T12:43:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T20:16:56.000Z (over 5 years ago)
- Last Synced: 2024-04-24T13:55:40.266Z (7 months ago)
- Topics: command-line, date, gengo, japan, japanese-era, javascript, nodejs, reiwa, year
- Language: JavaScript
- Homepage: https://www.kantei.go.jp/jp/headline/singengou/singengou_sentei.html
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reiwa
[![npm version](https://img.shields.io/npm/v/reiwa.svg)](https://www.npmjs.com/package/reiwa)
[![Build Status](https://travis-ci.com/shinnn/reiwa.svg?branch=master)](https://travis-ci.com/shinnn/reiwa)
[![codecov](https://codecov.io/gh/shinnn/reiwa/branch/master/graph/badge.svg)](https://codecov.io/gh/shinnn/reiwa)A command-line tool to show the current year in the new Japanese era [令和 (Reiwa)](https://japan.kantei.go.jp/98_abe/statement/201904/_00001.html)
```console
$ npx -q reiwa
1
```## Usage
Make sure you have [install](https://nodejs.org/en/download/)ed [Node.js](https://nodejs.org/), and run `npx reiwa`. There is no need to [install](https://docs.npmjs.com/cli/install) this package beforehand.
## License
[ISC License](./LICENSE) © 2019 Shinnosuke Watanabe