Skip to content

goravel/installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goravel Installer

Doc Go Release Test Report Card Codecov License

Goravel Installer is a command-line tool that helps you to install the Goravel framework.

Version

goravel/installer goravel/framework
v1.0.x v1.14.x

Installation

# Install the latest version of the goravel installer
go install github.com/goravel/installer@latest

# You can rename the executable file
# Linux / MacOS
mv "$GOBIN/installer" "$GOBIN/goravel"

# Windows
move "%GOBIN%\installer.exe" "%GOBIN%\goravel.exe"

Usage

goravel new blog

License

Goravel Installer is open-source software licensed under the MIT license.