Project
Examples
Example projects#
You can find example projects on GitHub in the examples directory.
Default project#
By default, initializing command will locally check out the example-yml project. As the name suggests, it uses YAML files.
$ mkdir my-project && cd my-project$ npx @featurevisor/cli initSpecific example#
You can also initialize a specific example project by passing the --example flag.
For JSON:
$ npx @featurevisor/cli init --example=jsonFor TOML:
$ npx @featurevisor/cli init --example=tomlSDK examples#
For SDK integration examples in applications, you can find them in our GitHub organization with repos prefixed with featurevisor-examples-.

