lib-node
lib-node copied to clipboard
package with hyphen returns incorrect cli format
If my package.json package name has a hyphen in it, lib.cli returns a code example with, for example:
lib.x.hyphen-package['@dev']...
instead of
lib.x['hyphen-package']['@dev']...