[package-004] š¦ Hello Help āØ
!GitHub 


boilerplate from modern-npm-package
š¦ Hello Help āØ
```
$ npx hello-help
$ npx hello-help --help
- simple code example at: example/cli.ts
`tsx
import { HelloHelp, helloHelpCli } from "hello-help";
const helloHelp = new HelloHelp(
"š¦ hello-help āØ",
"print your --help option easy",
{
hello: {
optionName: "hello",
description: "nice to say hello to you š",
},
heart: {
optionName: "heart",
shortenOptionName: "ht",
description: "need a heart? š©·",
},
}
);
helloHelpCli(helloHelp);
`
``
š¦ hello-help āØ
print your --help option easy
```
š¦ hello-help ⨠options
--hello: nice to say hello to you š
--heart, -ht: need a heart? š©·