Workflow
Configuration
Every Eventvisor project has a configuration file in root named eventvisor.config.js
, which contains project-specific settings.
Configuration file#
Minimum configuration of the file would look like this:
eventvisor.config.js
module.exports = { tags: [ 'web', 'mobile', 'backend', ],}
Params#
tags#
Tags are used to generate targeted datafiles for your applications.
prettyDatafile#
Set true
or false
to enable or disable to write JSON datafiles in a pretty format.
Defaults to false
.
parser#
See parsers page.