github.com/JarrahG/buffalocli@v0.0.0-20230801092127-b85bfd5d395a/README.md (about)

     1  <p align="center"><img src="https://raw.githubusercontent.com/gobuffalo/buffalo/main/logo.svg" width="360"></p>
     2  
     3  <p align="center">
     4  <a href="https://pkg.go.dev/github.com/gobuffalo/cli"><img src="https://pkg.go.dev/badge/github.com/gobuffalo/cli" alt="PkgGoDev"></a>
     5  <a href="https://github.com/JarrahG/buffalocli/actions/workflows/standard-go-test.yml"><img src="https://github.com/JarrahG/buffalocli/actions/workflows/standard-go-test.yml/badge.svg" alt="Standard Test" /></a>
     6  <a href="https://goreportcard.com/report/github.com/gobuffalo/cli"><img src="https://goreportcard.com/badge/github.com/gobuffalo/cli" alt="Go Report Card" /></a>
     7  </p>
     8  
     9  # Buffalo CLI
    10  
    11  This is the repo for the Buffalo CLI. The Buffalo CLI is a tool to develop, test and deploy your Buffalo applications.
    12  
    13  ## Installation
    14  
    15  To install the Buffalo CLI you can run the following command:
    16  
    17  ```bash
    18  go install github.com/JarrahG/buffalocli/cmd/buffalo@latest
    19  ```
    20  
    21  <!-- Installing the Buffalo CLI requires Go 1.16 or newer as it depends heavily on the embed package. Once you have ensured you installed Go 1.16 or newer,  -->
    22  
    23  ## Usage
    24  
    25  Once installed, the Buffalo CLI can be used by invoking the `buffalo` command. To know more about the available commands, run the `buffalo help` command. or you can also get details on a specific command by running `buffalo help <command>`.