logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install air-verse/air. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

air-verse/air Installation Guide

How to install air-verse/air. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for air-verse/air. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i air-verse/air
or

Install via npx

npx @hexmos/ipm i air-verse/air

Prerequisites

Go

language

Version: >=1.16.0

docker

system_tool

Version: 20.10.1

git

system_tool

Version: 2.34.1

curl

system_tool

Version: 7.84.0

bash

os

Version: 5.1.2

python

language

Version: 3.9.6

pip

package_manager

Version: 21.0.1

docker-compose

system_tool

Version: 2.7.3

go mod

build_tool

Version: 1.0.0

codecov

service

Version: 2.0.0

go env

system_tool

Version: 1.18.0

npm

package_manager

Version: 12.19.0

nodejs

language

Version: 18.14.0

npm install

package_manager

Version: 12.19.0

docker build

system_tool

Version: 20.10.1

go run

build_tool

Version: 1.0.0

air-verse/air

package_manager

Version: v1.0.0

go tool

system_tool

Version: 1.0.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Go Installation (Recommended)

go install github.com/air-verse/air@latest

curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

Shell Installation (Recommended)

curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

Podman Installation

curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

Install via Package Manager (Recommended)

curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

Install via Script (Recommended)

curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

Install via Source (Recommended)

curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

Install via Scoop (Windows Package Manager)

scoop install air

Post Installation Steps

  • Start the server: `air` command.
  • Run migrations: `air migrate` command.