From 87a1031a636cd67ea9e06fdc2ff9b433d0612e45 Mon Sep 17 00:00:00 2001 From: "Jakob E. Bardram" Date: Thu, 27 May 2021 17:41:47 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa1efd9fa..7586e5527 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ These are the available CARP Mobile Sensing Flutter components in this repositor | [carp_webservices](./backends/carp_webservices) | Flutter API for CARP web services | [![pub package](https://img.shields.io/pub/v/carp_webservices.svg)](https://pub.dartlang.org/packages/carp_webservices) | | [carp_backend](./backends/carp_backend) | Support for uploading data to a CARP data backend as JSON. | [![pub package](https://img.shields.io/pub/v/carp_backend.svg)](https://pub.dartlang.org/packages/carp_backend) | | [carp_firebase_backend](./backends/carp_firebase_backend) | Support for uploading data to Firebase as both zipped files and JSON data| [![pub package](https://img.shields.io/pub/v/carp_firebase_backend.svg)](https://pub.dartlang.org/packages/carp_firebase_backend) | -| **Apps** | **Misc. mobile sensing apps** | | +| **Utilities** | **Misc. CAMS utilities** | | +| [carp_study_generator](./utilities/carp_study_generatorp) | A simple command line interface (CLI) to upload study protocols, informed consent and localization files to the CARP backend. | | +| **Apps** | **Misc. mobile sensing demo apps** | | | [carp_mobile_sensing_app](./apps/carp_mobile_sensing_app) | Demonstrates how basic mobile sensing can be implemented in a Flutter app using CAMS. | | | [pulmonary_monitor_app](https://github.com/cph-cachet/pulmonary_monitor_app) | Demonstrates how user tasks (aka. [AppTask](https://pub.dev/documentation/carp_mobile_sensing/latest/domain/AppTask-class.html)) are supported in CAMS. | |