Categorygithub.com/hive-go/hive-cli
modulepackage
0.1.3
Repository: https://github.com/hive-go/hive-cli.git
Documentation: pkg.go.dev

# README

Hive

Hive CLI is an CLI that helps build faster in Hive framework


⚙️ Installation

go install github.com/hive-go/hive-cli@latest

⚡️ Quickstart

Getting started with Hive Cli is easy. Here's a basic example to create User Module

  hive-cli generate_resource user

Result in folder structure


 ├── src
 │   └── modules
 │       └── user
 │           ├── user.module.go
 │           ├── user.controller.go
 │           └── user.service.go
 ├── main.go
 ├── go.mod
 └── go.sum
📚 Show more code examples

# Variables

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