https://github.com/hungtcs/clunarc
Chinese lunar calendar cli
https://github.com/hungtcs/clunarc
calendar chinese-lunar-calendar cli lunar
Last synced: 2 months ago
JSON representation
Chinese lunar calendar cli
- Host: GitHub
- URL: https://github.com/hungtcs/clunarc
- Owner: hungtcs
- License: mit
- Created: 2020-12-18T02:47:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T07:28:04.000Z (about 5 years ago)
- Last Synced: 2025-06-24T20:30:34.319Z (about 1 year ago)
- Topics: calendar, chinese-lunar-calendar, cli, lunar
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/clunarc
- Size: 88.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Chinese Lunar Calendar CLI
====
中国农历日历CLI工具,数据来源基于[traditional-chinese-calendar-database]
### 使用方式
通过npm安装
```shell
npm install --global clunarc
```
```shell
$ clunarc --help
Usage: clunarc [options] [command] [gregorian]
Options:
-V, --version output the version number
-f --format 公历日期的格式化方式 (default: "YYYY-MM-DD")
-h, --help display help for command
Commands:
month [month] 按月显示
```

[traditional-chinese-calendar-database]: https://github.com/hungtcs/traditional-chinese-calendar-database