NPM |
---|
Plop file generator for Dataverse plugin/workflow activity projects
- Plugin class
- Plugin class for Custom API
- Plugin step
- Plugin image
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