testbdhcbew
v1.0.0
Published
A very basic example CLI tool with a few commands
Readme
testbdhcbew
A very basic example npm CLI package with three commands.
Commands
testbdhcbew hello [name]- prints a greetingtestbdhcbew time- prints the current date/timetestbdhcbew random [min] [max]- prints a random integer in a rangetestbdhcbew help- shows usage
Run locally without publishing
node bin/cli.js hello ClaudeRun via npx after publishing
npx testbdhcbew hello ClaudeSee the publishing walkthrough provided separately for how to get an npm token and push this to the registry.
