awas-ai
v0.1.2
Published
Terminal-based coding assistant (AWAS CLI)
Maintainers
Readme
AWAS CLI
█████╗ ██╗ ██╗ █████╗ ███████╗
██╔══██╗██║ ██║██╔══██╗██╔════╝
███████║██║ █╗ ██║███████║███████╗
██╔══██║██║███╗██║██╔══██║╚════██║
██║ ██║╚███╔███╔╝██║ ██║███████║
╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝╚══════╝AWAS is a terminal-based pair-programming coding assistant designed to help developers write code, run commands, and manage workspace projects safely and efficiently.
Installation
You can install the AWAS command-line interface globally on Linux, macOS, or Windows using either of the following distribution channels.
1: Curl (Linux & macOS)
To install AWAS globally using the shell script installer, run the following command in your terminal:
curl -fsSL https://raw.githubusercontent.com/jimbon25/awas-/main/install.sh | bashThe script will automatically detect your operating system and CPU architecture, download the corresponding pre-compiled binary, and install it to /usr/local/bin (or ~/.local/bin if root privileges are not available).
2: NPM (Cross-Platform)
If you have Node.js and NPM installed, you can install the CLI globally using the package manager:
npm install -g awas-ai@latestGetting Started
Once installed, you can verify the installation and view the help menu by running:
awasTo start an interactive session, simply type:
awasLicense
This project is licensed under the MIT License.
