This directory contains utility scripts to support the ODK Web Forms project workflows, mostly run via npm.
The folder includes scripts for:
- Updating the feature matrix
- Node.js installed
Install dependencies before running scripts:
npm run ciUpdates the feature matrix data used by the project.
Run:
node feature-matrix/render.js- When adding new scripts, please add an entry here with a description and usage instructions.
- Keep scripts consistent and well-documented.