Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 486 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 486 Bytes

dingchao_cli

dingchao's cli which can initialize some common useful template, currently it can contain create a lib template which we can develop a lib base on it.

install

yarn/npm/pnpm install dingchao_cli

precondition

first you must be a monorepo structure, then it will create a sub repo in the monorepo folder, Proposal to use pnpm to manage monorepo workspace

how to create a lib

./node_modules/.bin/dcli create-lib mylib --libNS @myns --createdAt ./packages