0.0.2 • Published 3 years ago

clunarc v0.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

Chinese Lunar Calendar CLI

中国农历日历CLI工具,数据来源基于traditional-chinese-calendar-database

使用方式

通过npm安装

npm install --global clunarc
$ clunarc --help
Usage: clunarc [options] [command] [gregorian]

Options:
  -V, --version         output the version number
  -f --format <format>  公历日期的格式化方式 (default: "YYYY-MM-DD")
  -h, --help            display help for command

Commands:
  month [month]         按月显示

npm.io