UNPKG

chinese-lunar

Version:

农历与公历相互转换的类库,支持农历的之间的加减运算,并提供生肖、干支等,支持1900-2100年

19 lines (12 loc) 295 B
REPORTER = dot test: @./node_modules/mocha/bin/mocha --reporter $(REPORTER) setup: @npm install subl: @subl lib/ test/ package.json index.js test-cov: lib-cov @CHEERIO_COV=1 $(MAKE) test REPORTER=html-cov > coverage.html lib-cov: @jscoverage lib lib-cov .PHONY: test build setup subl