@siyuan-community/zhi-common
v1.6.4
Published
the library base for zhi related projects
Downloads
19
Readme
zhi-lib-common
the library base for zhi related projects
Usage
import zhiCommon from "@siyuan-community/zhi-common"
const dateUtil = zhiCommon.dateUtil
const now = dateUtil.nowDateZh()
console.log("now=>", now)
Deps
├── @siyuan-community/zhi-env
├── @siyuan-community/zhi-log
├── lute
├── showdown
├── compare-versions
├── ajv
Dev
nx dev zhi-lib-common
Build
nx build zhi-lib-common
Test
Execute the unit tests via vitest
nx test zhi-lib-common
Publish
nx publish zhi-lib-common --ver=0.0.1 --tag=latest