@mbwilding/tool-early-bound-generator 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/dist/index.js +47 -47
- package/npm-shrinkwrap.json +19 -2
- package/package.json +15 -23
- package/index.html +0 -12
- /package/dist/{dictionary.txt → DLaB.Dictionary.txt} +0 -0
package/README.md
CHANGED
|
@@ -28,14 +28,14 @@ Unlike the original XrmToolBox plugin, **code generation is implemented entirely
|
|
|
28
28
|
|
|
29
29
|
### Basic Usage
|
|
30
30
|
|
|
31
|
-
1. Click **Open Settings** to browse to an existing `
|
|
31
|
+
1. Click **Open Settings** to browse to an existing `DLaB.EarlyBoundGeneratorV2.DefaultSettings.xml` file, or select a folder to create a new one
|
|
32
32
|
2. Configure the output directory under **Global → Output Relative Directory**
|
|
33
33
|
3. Select the entities to generate under **Entities → Entities Whitelist**
|
|
34
34
|
4. Click **Generate**
|
|
35
35
|
|
|
36
36
|
## Settings
|
|
37
37
|
|
|
38
|
-
Settings are stored in a `
|
|
38
|
+
Settings are stored in a `DLaB.EarlyBoundGeneratorV2.DefaultSettings.xml` file on disk, using the same format as XrmToolBox EarlyBoundGeneratorV2. Existing settings files from XrmToolBox can be opened directly.
|
|
39
39
|
|
|
40
40
|
### Global
|
|
41
41
|
|
|
@@ -197,6 +197,5 @@ Generated code targets the same output as XrmToolBox EarlyBoundGeneratorV2 with
|
|
|
197
197
|
## Reference
|
|
198
198
|
|
|
199
199
|
- [EarlyBoundGeneratorV2 (XrmToolBox)](https://github.com/daryllabar/DLaB.Xrm.XrmToolBoxTools)
|
|
200
|
-
- [DLaB.ModelBuilderExtensions](https://www.nuget.org/packages/DLaB.ModelBuilderExtensions)
|
|
201
200
|
- [PPTB Types Package](https://www.npmjs.com/package/@pptb/types)
|
|
202
201
|
- [Microsoft Dataverse SDK](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/org-service/overview)
|