zhi-common
v1.33.0
Published
a collection of util tools
Downloads
190
Readme
zhi-common
a collection of util tools
Usage
import { zhiCommon } from "zhi-common"
const dateUtil = zhiCommon.dateUtil
const now = dateUtil.nowDateZh()
console.log("now=>", now)
Deps
## Congregations! zhi-env need no deps, it is just pure js code 🎉
Dev
pnpm dev -F zhi-common
Build
pnpm build -F zhi-common
Test
Execute the unit tests via vitest
pnpm test -F zhi-common
Publish
pnpm publish -F zhi-common --tag latest