0.1.5 • Published 9 months ago

@atman-33/my-npx-command v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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-command

Usage

Display Help

npx my-npx-command --help

Example output:

Usage: my-npx-command [options]

sample npx command

Options:
  -V, --version  output the version number
  -h, --help     display help for command

Display Version

npx my-npx-command --version

Available 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 init

Display a greeting

npx my-npx-command hello

License

This project is licensed under the MIT License.


0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago