@atman-33/my-npx-command
v0.1.5
Published
sample npx command
Readme
my-npx-command
A sample CLI tool created using Node.js and commander.
Installation
To use this CLI tool, you don't need to install it globally. Simply run it using npx:
npx my-npx-command
# if my-npx-command conflicts
npx @atman-33/my-npx-commandUsage
Display Help
npx my-npx-command --helpExample output:
Usage: my-npx-command [options]
sample npx command
Options:
-V, --version output the version number
-h, --help display help for commandDisplay Version
npx my-npx-command --versionAvailable Commands
This CLI tool currently supports the following commands:
init: Initialize a project.hello: Display a friendly greeting.
Examples
Initialize a project
npx my-npx-command initDisplay a greeting
npx my-npx-command helloLicense
This project is licensed under the MIT License.
