@codenote-net/hello-cli
v0.1.2
Published
Minimal sample greeting CLI for distribution recipes.
Readme
@codenote-net/hello-cli
Minimal sample CLI used as the base artifact for distribution recipes in this repository.
It prints a fixed greeting so package, signing, and distribution workflows can be compared without changing the application behavior.
Usage
Run without installing globally:
npx @codenote-net/hello-cliOr install globally:
npm install -g @codenote-net/hello-cliThen run:
codenote-helloOutput:
Ohayou gozaimasu, Konnichiwa, Konbanwa!Repository Development
When working from a clone of codenote-net/cli-distribution-recipes, run the executable directly with Node:
cd packages/hello-cli
node bin/codenote-hello.jsOr link the package locally:
cd packages/hello-cli
npm link
codenote-hello