Basic example showing how Featurevisor works.
This project is mostly used by the Featurevisor team for testing and development.
Visit https://featurevisor.com for more information.
$ mkdir example-1
$ cd example-1
$ npx @featurevisor/cli init
$ npm install
$ npm run lint
$ npm run build
$ npm test
Generates and serves status site:
$ npm start
For additional type safety and autocompletion, you can generate TypeScript code from your YAMLs:
$ npm run generate-code
See output in ./src directory.
You may choose to publish the generated code as a private npm package and use it in multiple applications.