powerapps-project-assembly
v2.1.2
Published
💧 plop generator for Dataverse assembly projects
Downloads
62
Readme
powerapps-project-assembly
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 = async function (plop) {
await plop.load('powerapps-project-assembly');
};
Run plop
npm run plop
or
yarn plop