Need a special offer?Find out if your project fits.
+
  1. API reference
  • Introduction
  • Connecting to Data Source
  • Browser compatibility
  • Documentation for older versions
  • Table of contents

    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:

    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 -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-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

    Options

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

    Option Description
    --install, -i Depending 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, -r The -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, -h Shows 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: