Skip to content

Latest commit

 

History

History
 
 

powerapps-project-assembly

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

powerapps-project-assembly

NPM
npm

Plop file generator for Dataverse plugin/workflow activity projects

Files

  • Plugin class
  • Plugin class for Custom API
  • Plugin step
  • Plugin image
  • Custom API

Generate

Add plopfile.js to project that includes the following. Ensure you have a dataverse.config.json file.

module.exports = function (plop) {
  plop.load('powerapps-project-assembly/plopfile.js');
}

Run plop

npm run plop

or

yarn plop