You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use as a npm package should not import cli dependencies.
It always import cli packages like yargs, ora when I use it as a npm package, it is useless.
Describe the solution you'd like
Split to two package dpdm and dpdm-core, the first one should keep works with current version by importing dpdm-core, and the second one should not import cli related packages.