Skip to content

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.

License

Notifications You must be signed in to change notification settings

zahir-core/grest-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages