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/airor
Install via npx
npx @hexmos/ipm i air-verse/airPrerequisites
Go
languageVersion: >=1.16.0
docker
system_toolVersion: 20.10.1
git
system_toolVersion: 2.34.1
curl
system_toolVersion: 7.84.0
bash
osVersion: 5.1.2
python
languageVersion: 3.9.6
pip
package_managerVersion: 21.0.1
docker-compose
system_toolVersion: 2.7.3
go mod
build_toolVersion: 1.0.0
codecov
serviceVersion: 2.0.0
go env
system_toolVersion: 1.18.0
npm
package_managerVersion: 12.19.0
nodejs
languageVersion: 18.14.0
npm install
package_managerVersion: 12.19.0
docker build
system_toolVersion: 20.10.1
go run
build_toolVersion: 1.0.0
air-verse/air
package_managerVersion: v1.0.0
go tool
system_toolVersion: 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)/binShell Installation (Recommended)
curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/binPodman Installation
curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/binInstall via Package Manager (Recommended)
curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/binInstall via Script (Recommended)
curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/binInstall via Source (Recommended)
curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/binInstall via Scoop (Windows Package Manager)
scoop install airPost Installation Steps
- Start the server: `air` command.
- Run migrations: `air migrate` command.
