evagjs
EVAG API interaction library.
Install
yarn add @evag/evagjs
Setup for local package link
If you just do a yarn link:{path_to_this_folder}
, the React installed in this node_modules will conflict with the one installed in the other project. So you need:
cd evagjs
yarn link
yarn install
cd node_modules/react
yarn link
cd {gatsby-project}
yarn link evagjs
yarn link react