Need a special offer?Find out if your project fits.
+
All documentation
  • Introduction
  • Connecting to Data Source
  • Browser compatibility
  • Documentation for older versions
  • flexmonster add

    flexmonster add|a [args] [options]

    This command downloads the needed Flexmonster tool to the project. 

    Arguments

    The flexmonster add command can be run with the following arguments:

    ArgumentDescription
    acceleratorDownloads the package with Flexmonster Accelerator for SSAS (the Flexmonster Accelerator.msi file) to the current folder. For example:
    flexmonster add accelerator -i
    fdsDownloads 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 -r
    To download the Data Server and run it as a console application, use the following command:
    flexmonster add fds executable -r
    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.
    For example:
    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.
    For example:
    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.
    For example:
    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.
    For example:
    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.
    For example:
    flexmonster add vue-flexmonster
    theme-builderDownloads the custom theme builder to the current folder. For example:
    flexmonster add theme-builder -i

    Options

    The flexmonster add command can be run with the following options:

    OptionDescription
    --install, -iDepending on the tool added, the option can automatically:
    • Initiate the installation of Flexmonster Accelerator for SSAS.
    • Install all the needed npm dependencies for the custom theme builder.
    --run, -rThe -r option can do the following:
    • For the flexmonster fds command, it installs the Data Server as a Windows/Unix service and then runs it. Besides, it installs and runs Flexmonster Admin Panel.
    • For the flexmonster fds executable command, it runs the Data Server as a console application.
    --help, -hShows the short guidance on this command in the console. Use this command to see all the possible uses of the add command.

    What’s next?

    You may be interested in the following articles: