We have changed our pricing. Flexmonster Software License Agreement was also updated (list of changes)
All documentation
  • Introduction
  • Connecting to data source
  • Browser compatibility
  • Documentation for older versions
  • flexmonster add

    flexmonster add|a [args] [options]

    Using this command, you can:

    • Download Flexmonster Pivot or its framework wrappers to your project.
    • Install Flexmonster Data Server, theme builder, or Flexmonster Accelerator.

    Check out the list of available options for this command.

    Arguments

    ArgumentDescription
    acceleratorDownloads the package with Flexmonster Accelerator for SSAS to the current folder. Example:
    flexmonster add accelerator
    This command can be run with the --install option.
    Learn more about the Flexmonster Accelerator installation process.
    fdsDownloads a package with Flexmonster Data Server to the current folder. Example:
    flexmonster add fds
    To download the Data Server and run it as a console application, use the following command:
    flexmonster add fds executable
    This command can be run with the --run option.
    Learn more about the Data Server installation process.
    js-flexmonsterDownloads 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-flexmonsterDownloads 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-flexmonsterDownloads 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-flexmonsterDownloads 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-flexmonsterDownloads 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-builderDownloads the custom theme builder to the current folder:
    flexmonster add theme-builder
    This command can be run with the --install option.

    Options

    OptionDescription
    --install, -iDepending on the tool added, the option can automatically:Example:
    flexmonster add accelerator -i
    --run, -rThe -r option can do the following:Example:
    flexmonster add fds -r
    --help, -hOutputs the short guidance on this command in the console. Run this command to see all the possible uses of the add command.

    See also