Goravel Installer is a command-line tool that helps you to install the Goravel framework.
| goravel/installer | goravel/framework |
|---|---|
| v1.17.x | v1.17.x |
| v1.4.x | v1.16.x |
| v1.1.x | v1.15.x |
| v1.0.x | v1.14.x |
# Install the latest version of the goravel installer
go install github.com/goravel/installer/goravel@latestgoravel new blog# List available Goravel agent skills
goravel skill:list
# List available Goravel agent skills with descriptions
goravel skill:list --detail
# Install all Goravel agent skills to ~/.agents/skills
goravel skill:install
# Install all Goravel agent skills to a custom folder
goravel skill:install --path ~/goravel-skills
# Install specific skills
goravel skill:install goravel-testing goravel-planning
# Overwrite existing skills
goravel skill:install --force goravel-testinggoravel upgrade
// Specific a version
goravel upgrade v1.1.1Goravel Installer is open-source software licensed under the MIT license.