Framework Installation
Option 1 - Recommended
Clone the yack-template-connector to have all core features stubbed out into organized folders.
Option 2
Install the plugin framework and builder manually.
- Install the framework npm package
npm install yack-plugin-framework --save
- Install the plugin builder
npm install yack-plugin-builder -- save
ℹ If you should choose the second approach you will need to ensure you have the contents from the yack-template-connector repo’s package.json file copied into your package.json file.