powerapps-project-assembly
| 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.
``
javascript
module.exports = async function (plop) {
await plop.load('powerapps-project-assembly');
};
`
Run plop
`
sh
npm run plop
`
or
`
sh
yarn plop
``