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.
To get started with zap-cli, follow these steps:
First, clone the repository to your local machine:
git clone https://github.com/arsalan-dev-engineer/zap-cli.git
Change to the project directory:
cd zap-cli
Make the setup.sh script executable:
chmod +x setup.sh
Run the setup.sh script to set up the environment:
./setup.sh
- 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.
Once the script has completed, you can use zap-cli anywhere on your Ubuntu terminal. To verify that zap-cli is working, simply type:
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.