Link

Framework Installation

Clone the yack-template-connector to have all core features stubbed out into organized folders.

Using Git

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.