### Local Testing
npm install @k4connect/fusion-template* In the project-fusion-template directory run npm link
* In another directory, create a node project, link the module, and test:
````
npm init
npm link @k4connect/fusion-template --save
node node_modules/@k4connect/fusion-template/index.js