Flexmonster Software License Agreement (“Agreement”) has been revised and is effective as of January 8, 2025.
The following modifications were made:
The modified version of Agreement is available here.
Downloading, installing, and/or continuing to use Flexmonster Software after January 8, 2025, constitutes Licensee’s acceptance of the terms and conditions of the modified version of Agreement. If Licensee does not agree to any of these terms and conditions, they must cease using Flexmonster Software and must not download, install, use, access, or continue to access Flexmonster Software. By continuing to use Flexmonster Software or renewing the license or maintenance after the effective date of these modifications to Agreement, Licensee accepts and agrees to be bound by the terms and conditions of the modified Agreement.
flexmonster create|c [args] [options]
Creates a sample project with Flexmonster based on a chosen language and front-end framework. The project will be created in the folder from which you run the command.
If additional options are specified for the command, it can also install the necessary npm dependencies and run the project. See the list of available options.
Argument | Description |
---|---|
angular | Creates a sample Angular project with Flexmonster Pivot:flexmonster create angular |
vue | Creates a sample Vue project with Flexmonster Pivot. You can choose from the following configurations:
|
react | Creates a sample React project with Flexmonster Pivot. You can choose from the following configurations:
|
nextjs | Creates a sample Next.js + TypeScript project with Flexmonster Pivot:flexmonster create nextjs |
typescript | Creates a sample TypeScript project with Flexmonster Pivot. You can choose from the following configurations:
|
javascript | Creates a sample JavaScript project with Flexmonster Pivot:flexmonster create javascript |
electron | Creates a sample ElectronJS project with Flexmonster Pivot:flexmonster create electron |
Note If the argument is not specified, you will be prompted to choose a sample project during the initialization process.