The all-in-one tool to develop code for Dataverse/Dynamics 365. Helps you connect to a Dataverse environment, generate TypeScript definitions for entities, create different type of Dataverse-specific projects, upload web-resources right from VS Code and much more.
Currently in Preview. Please log an issue for improving future releases.
Do check-out the planned features list.
Table of contents
- Dataverse DevTools
Loads with @types/xrm
npm package installed
Typings are also integrated with @types/xrm
Command | Keyboard Shortcut |
---|---|
Create TypeScript project | Ctrl + D, Ctrl + T |
- Authenticate using MSFT login popup instead of username & password.
- Integrate with Dataverse-ify.
- Smart matching web resource with local files.
- Bulk deploy web resources.
- Filter entities & web-resources by solution.
- Initiate plugin project.
Before creating the pull request for contributing, please read the Contributing Guidelines.
We encourage you to pitch in, join the team and showcase your name on this repo. If you are unsure how you can contribute, please reach out to Power Maverick.
Thanks to our contributors. JOIN THE TEAM.
If you want to have any discussions on any feature, please use the Discussion Board.
This software is released under MIT License
Matt Barbour for explaining the authentication using MSAL/ADAL in Dataverse.
Magnus Gether SΓΈrensen for helping in providing insights for XrmDefinitelyTyped.
Temmy Raharjo for encouraging me to start using pac cli command
to generate Plugin project.