venom-cli-toolkit
v4.3.2
Published
A sample CLI tool with advanced features
Maintainers
Readme
VeNoM-CLI
VeNoM-CLI is a command-line tool built with Node.js and TypeScript for performing system operations, automating tasks, and providing real-time diagnostics. The tool includes various features, including project creation file, file operations, and system monitoring.
Features
- File operations: copy, move, delete, etc.
- Network diagnostics and system monitoring.
- Real-time system monitoring and task automation.
- Easy-to-use CLI interface built with Inquirer.js.
Technologies Used
- Node.js - Runtime environment.
- TypeScript - For strong typing and better code structure.
- in-built framework generator - For creating a frameworks.
- Inquirer.js - For interactive CLI prompts.
Setup Instructions
- Clone the Repository:
mkdir venom-cli cd venom-cli git clone https://github.com/Vanshvala23/VeNoM-CLI cd VeNoM-CLI - Install the dependencies:
npm install -g venom-cli-toolkit - Run the code:
venom -h
Available Commands
- greet - Greet a person with a customizable message.
- version - Gets the current version of cli.
- exit - Terminates the cli with "Good bye Message".
- new - Creates a new project by selecting templates.
