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 init
Specific example#
You can also initialize a specific example project by passing the --example
flag.
For JSON:
$ npx @featurevisor/cli init --example=json
For TOML:
$ npx @featurevisor/cli init --example=toml
SDK examples#
For SDK integration examples in applications, you can find them in our GitHub organization with repos prefixed with featurevisor-examples-
.