# README
GREST CLI
The command line interface for GREST applications
Installation
- Make sure you have Git and Go installed with GOPATH environment variable setted up.
- Install the CLI globally by running
go install grest.dev/cmd/grest@latest
- 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.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author