Categorygrest.dev/cmd
repositorypackage
0.0.21
Repository: https://github.com/zahir-core/grest-cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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
  1. 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.