Create a new tchannel+hyperbahn application
To get started run npm install tchannel-gen -g
You can now run tchannel-gen {my_service} "{my_description}"
and it will create a new {my_service}
folder with the
tchannel hyperbahn service.
Once you have your service just go:
cd {my_service}
npm install
npm test
npm install tchannel-gen -g
npm test
- Raynos