2.0.1 • Published 2 years ago
powerapps-project-pcf
NPM |
---|
|
Plop file generator for Dataverse PCF projects
Files
- React component
- React hook
Generate
Add plopfile.js to project that includes the following.
module.exports = function (plop) {
plop.load('powerapps-project-pcf/plopfile.js');
}
Run plop
npm run plop
or
yarn plop