☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation
Connecting to data source

flexmonster create

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.

Arguments

ArgumentDescription
angularCreates a sample Angular project with Flexmonster Pivot:
flexmonster create angular
vueCreates a sample Vue project with Flexmonster Pivot. You can choose from the following configurations:If the configuration is not specified, you will be prompted to choose it during the initialization process.
reactCreates a sample React project with Flexmonster Pivot. You can choose from the following configurations:If the configuration is not specified, you will be prompted to choose it during the initialization process.
nextjsCreates a sample Next.js + TypeScript project with Flexmonster Pivot:
flexmonster create nextjs
typescriptCreates a sample TypeScript project with Flexmonster Pivot. You can choose from the following configurations:
javascriptCreates a sample JavaScript project with Flexmonster Pivot:
flexmonster create javascript
electronCreates 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.

Options

OptionDescription
--install, -iInstalls all the necessary npm dependencies for the project. For example:
flexmonster create angular -i
--run, -rInstalls all the necessary npm dependencies and runs the project. For example:
flexmonster create angular -r
--help, -hOutputs all the possible uses of the create command.

See also