gojet

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2021 License: MIT Imports: 6 Imported by: 0

README

🛩️ gojet

gojet is a fast go framework to launch your business. It's lightweight and come with many tools to help you start a project, MVC web / Restful API / gRPC / Websocket servers are all supported.

  • the whole gojet is composed of many repos, while this one (gojet/gojet) is only the cli tool to create a project from layouts or generate other codes

Installation

go get -u -v github.com/gojet/gojet

Usage

  • gojet -h
$ gojet -h
NAME:
   gojet - gojet tools

USAGE:
   cmd [global options] command [command options] [arguments...]

VERSION:
   0.1.0

COMMANDS:
     new, n   Create gojet template project
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version
  • gojet new -h
$ gojet new -h
NAME:
   cmd new - Create gojet template project

USAGE:
   
gojet [commands|flags]
The commands & flags are:
  new     Create gojet template project
  -d      Build the specified directory for the template project
Examples:
  # Build the specified directory for the template project
  gojet new (your project name) -d (project dir)


OPTIONS:
   -d value  Specify the directory of the project

Thanks

  • First edition copied from eagle

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
run

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL