1.0.13 • Published 6 months ago

shamim v1.0.13

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

Shamim CLI

A multipurpose command line interface tool designed for extensibility.

Installation

npm install -g shamim

Usage

Basic Commands

Display the greeting message:

shamim echo

With custom name:

shamim echo --name "Your Name"

Development

Project Structure

shamim-cli/
├── bin/            # Entry point
├── src/
│   ├── commands/   # CLI commands
│   ├── utils/      # Shared utilities
│   └── constants.js
├── package.json
└── README.md

Adding New Commands

  1. Create a new command file in src/commands/
  2. Register the command in src/commands/index.js
  3. Implement the command following the existing pattern

Requirements

  • Node.js 12.0.0 or higher

License

MIT

1.0.13

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago