flexmonster add|a [args] [options]
This command downloads the needed Flexmonster tool to the project.
The flexmonster add
command can be run with the following arguments:
Argument | Description |
---|---|
accelerator | Downloads the package with Flexmonster Accelerator for SSAS (the Flexmonster Accelerator.msi file) to the current folder. For example:flexmonster add accelerator -i |
fds | Downloads a package with Flexmonster Data Server to the current folder. If used with the -r option, installs the Data Server as a Windows/Unix service and runs it; then installs and runs Flexmonster Admin Panel. For example:flexmonster add fds -rTo download the Data Server and run it as a console application, use the following command: flexmonster add fds executable -rLearn 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.For example: 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.For example: 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.For example: 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.For example: 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.For example: flexmonster add vue-flexmonster |
theme-builder | Downloads the custom theme builder to the current folder. For example: flexmonster add theme-builder -i |
The flexmonster add
command can be run with the following options:
Option | Description |
---|---|
--install, -i | Depending on the tool added, the option can automatically:
|
--run, -r | The -r option can do the following:
|
--help, -h | Shows the short guidance on this command in the console. Use this command to see all the possible uses of the add command. |
You may be interested in the following articles: