Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vshiva/generator-go-micro-svc
A Micro Service Generator for Go Lang
https://github.com/vshiva/generator-go-micro-svc
golang grpc grpc-gateway microservice opencensus yeoman
Last synced: 4 months ago
JSON representation
A Micro Service Generator for Go Lang
- Host: GitHub
- URL: https://github.com/vshiva/generator-go-micro-svc
- Owner: vshiva
- License: mit
- Created: 2018-03-11T01:53:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T00:58:24.000Z (about 6 years ago)
- Last Synced: 2024-10-13T13:07:47.918Z (4 months ago)
- Topics: golang, grpc, grpc-gateway, microservice, opencensus, yeoman
- Language: Go
- Homepage:
- Size: 274 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-go-micro-svc [![NPM version][npm-image]][npm-url]
> Go Lang Micro Service## Installation
First, install [Yeoman](http://yeoman.io) and generator-go-micro-svc using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
### Yarn
```bash
yarn global add yo
yarn global add generator-go-micro-svc
```### NPM
```bash
npm install -g yo
npm install -g generator-go-micro-svc
```Then generate your new project:
```bash
yo go-micro-svc
```
This will launch an interactive shell and allows user to customize the options.## License
MIT © [Siva]()
[npm-image]: https://badge.fury.io/js/generator-go-micro-svc.svg
[npm-url]: https://npmjs.org/package/generator-go-micro-svc