flexmonster add|a [args] [options]
Using this command, you can:
Check out the list of available options for this command.
| Argument | Description |
|---|---|
| accelerator | Downloads the package with Flexmonster Accelerator for SSAS to the current folder. Example:flexmonster add acceleratorThis command can be run with the --install option. Learn more about the Flexmonster Accelerator installation process. |
| fds | Downloads a package with Flexmonster Data Server to the current folder. Example:flexmonster add fdsTo download the Data Server and run it as a console application, use the following command: flexmonster add fds executableBoth commands can be run with the --run option. Learn more about the Data Server installation process. |
| js-flexmonster | Downloads Flexmonster Pivot to the node_modules/ folder and adds it as an npm dependency to the package.json file. Run the command inside your project:flexmonster add js-flexmonster |
| ngx-flexmonster | Downloads the Ivy-compatible Flexmonster Angular wrapper for Angular 14 and later. The wrapper is saved to the node_modules/ folder and added as an npm dependency to the package.json file. Run the command inside your project:flexmonster add ngx-flexmonster |
| ng-flexmonster | Downloads the Flexmonster Angular wrapper for Angular 5 through 15. The wrapper is saved to the node_modules/ folder and added as an npm dependency to the package.json file. Run the command inside your project:flexmonster add ng-flexmonster |
| react-flexmonster | Downloads the Flexmonster React wrapper. The wrapper is saved to the node_modules/ folder and added as an npm dependency to the package.json file. Run the command inside your project:flexmonster add react-flexmonster |
| vue-flexmonster | Downloads the Flexmonster Vue wrapper. The wrapper is saved to the node_modules/ folder and added as an npm dependency to the package.json file. Run the command inside your project:flexmonster add vue-flexmonster |
| theme-builder | Downloads the custom theme builder to the current folder: flexmonster add theme-builderThis command can be run with the --install option. |
| Option | Description |
|---|---|
| --install, -i | Depending on the tool added, the option can automatically:
flexmonster add accelerator -i |
| --run, -r | The -r option can do the following:
flexmonster add fds -r |
| --help, -h | Outputs all the possible uses of the add command. |