An open API service indexing awesome lists of open source software.

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.

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.