https://github.com/arsalan-dev-engineer/zap-cli
This CLI tool offers a collection of useful scripts and commands for various tasks, all accessible through an intuitive and extensible interface for seamless integration into your workflows.
https://github.com/arsalan-dev-engineer/zap-cli
auto automation bash cli click command-line-interface devops devops-pipeline devops-workflow first-time-contributors first-timers-friendly open-source programming python python-library
Last synced: 7 months ago
JSON representation
This CLI tool offers a collection of useful scripts and commands for various tasks, all accessible through an intuitive and extensible interface for seamless integration into your workflows.
- Host: GitHub
- URL: https://github.com/arsalan-dev-engineer/zap-cli
- Owner: arsalan-dev-engineer
- License: mit
- Created: 2024-05-02T21:05:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T22:12:25.000Z (9 months ago)
- Last Synced: 2025-03-28T23:23:35.009Z (9 months ago)
- Topics: auto, automation, bash, cli, click, command-line-interface, devops, devops-pipeline, devops-workflow, first-time-contributors, first-timers-friendly, open-source, programming, python, python-library
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ZAP CLI
Welcome to **Zap CLI**! This command-line interface (CLI) tool is designed to provide a wide range of useful scripts and commands for various tasks. This repository features a collection of tools and utilities, all accessible through an intuitive and extensible CLI interface, making it easy to integrate into your daily workflows.
## Installation Guide
To get started with **zap-cli**, follow these steps:
### 1. Clone the Repository
First, clone the repository to your local machine:
```bash
git clone https://github.com/arsalan-dev-engineer/zap-cli.git
```
### 2. Navigate to the Project Directory
Change to the project directory:
```bash
cd zap-cli
```
### 3. Make the Setup Script Executable
Make the setup.sh script executable:
```bash
chmod +x setup.sh
```
### 4. Run the Setup Script
Run the setup.sh script to set up the environment:
```bash
./setup.sh
```
## The script will:
* Install the required dependencies (Python, virtual environment tools).
* Create and activate a Python virtual environment.
* Install the dependencies listed in requirements.txt.
* Set up zap-cli.py as a global command.
## 5. After Installation
Once the script has completed, you can use zap-cli anywhere on your Ubuntu terminal. To verify that zap-cli is working, simply type:
### Notes:
Ensure that bash is installed on your system to run the setup script.
The setup script will create a virtual environment in the project folder and install all dependencies listed in requirements.txt.