@liuli-util/cmd-shim
v0.3.0
Published
A cli that links the monorepo cli module to the global cli.
Readme
@liuli-util/cmd-shim
Introduction
A cli that links the monorepo cli module to the global cli.
Use
npm i -g @liuli-util/cmd-shim
cd <module>
cmd-shimMotivation
Why not use npm/yarn links?
Mainly because in monorepo, one module may depend on another private module, and using npm link would cause an error because the private module could not be found. network/members) project.
