@mbwilding/tool-early-bound-generator 0.0.2 → 0.0.3
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 -2
- package/dist/index.js +47 -47
- package/npm-shrinkwrap.json +19 -2
- package/package.json +5 -3
- /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
|
|