zahir-core / grest-cli

The command line interface for scaffolding GREST project or extension by generating the basic code. The CLI provides the fastest way to get started with a GREST project that adheres to best practices.
MIT License
0 stars 1 forks source link

GREST CLI

The command line interface for GREST applications

Installation

  1. Make sure you have Git and Go installed with GOPATH environment variable setted up.
  2. Install the CLI globally by running
    go install grest.dev/cmd/grest@latest
  3. Check the version
    grest version

Usage

# Initialize new app in the current directory
grest init

# Add a new end point for the current app
grest add

# Format the struct tag
grest fmt

# Print the grest version
grest version

# Help about any command
grest help

License

GREST officialy created, used, and maintained by Zahir Core Team. GREST is free and open-source software licensed under the MIT License.