1.0.13 • Published 6 months ago
shamim v1.0.13
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
- 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