shamim
v1.0.13
Published
A multipurpose CLI tool by Shamim
Readme
Shamim CLI
A multipurpose command line interface tool designed for extensibility.
Installation
npm install -g shamimUsage
Basic Commands
Display the greeting message:
shamim echoWith 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.mdAdding New Commands
- Create a new command file in
src/commands/ - Register the command in
src/commands/index.js - Implement the command following the existing pattern
Requirements
- Node.js 12.0.0 or higher
License
MIT
