[![Codecov Coverage](https://img.shields.io/codecov/c/github/caki0915/my-awesome-greeter/coverage.svg?style=flat-square)](https://codecov.io/gh/caki0915/my-awesome-greeter/)

npm install --force
npm run prepare

Client Application: URL
https://github.com/giraphics/grpkggfx_client/tree/tamaniExample



Publish:
npm login
npm publish --access public

Usage:
import { Greeter } from '@giraphics/grpkggfx';
console.log(Greeter('Carl'));

