Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skamenetskiy/grpcapp
A simple wrapper for gRPC microservices.
https://github.com/skamenetskiy/grpcapp
golang grpc
Last synced: 13 days ago
JSON representation
A simple wrapper for gRPC microservices.
- Host: GitHub
- URL: https://github.com/skamenetskiy/grpcapp
- Owner: skamenetskiy
- License: mit
- Created: 2022-09-27T14:10:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T02:19:42.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T08:50:42.323Z (2 months ago)
- Topics: golang, grpc
- Language: Go
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grpcapp [![test](https://github.com/skamenetskiy/grpcapp/actions/workflows/go.yml/badge.svg)](https://github.com/skamenetskiy/grpcapp/actions/workflows/go.yml) [![Coverage Status](https://coveralls.io/repos/github/skamenetskiy/grpcapp/badge.svg?branch=main)](https://coveralls.io/github/skamenetskiy/grpcapp?branch=main) [![CodeQL](https://github.com/skamenetskiy/grpcapp/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/skamenetskiy/grpcapp/actions/workflows/codeql-analysis.yml) [![report](https://goreportcard.com/badge/github.com/skamenetskiy/grpcapp)](https://goreportcard.com/report/github.com/skamenetskiy/grpcapp) [![godoc](https://godoc.org/github.com/skamenetskiy/grpcapp?status.svg)](http://godoc.org/github.com/skamenetskiy/grpcapp)
A simple wrapper for gRPC microservices.
## Features
- Built-in CLI generator.
- Tiny and elegant.
- Includes exactly what's required.## CLI Tool
To install the `grpcapp` cli tool run:
```
go install github.com/skamenetskiy/grpcapp/[email protected]
```For more help run:
```
grpcapp help
```
```
usage: grpcapp {command} [...options]commands:
create {name} - create new application
generate - generate proto
help - print help information
```## License
The grpcapp package is open-sourced software licensed under the [MIT license](LICENSE).