From c8b79ca619483207b6ed042fcf70fcbf2ef8b2f8 Mon Sep 17 00:00:00 2001 From: pavanpodila Date: Wed, 20 Mar 2024 13:07:52 +0530 Subject: [PATCH] updating readme --- .../system/vyuh_extension_script/README.md | 40 +------------------ packages/system/vyuh_feature_system/README.md | 40 +------------------ 2 files changed, 4 insertions(+), 76 deletions(-) diff --git a/packages/system/vyuh_extension_script/README.md b/packages/system/vyuh_extension_script/README.md index 02fe8eca..0a3f6bd2 100644 --- a/packages/system/vyuh_extension_script/README.md +++ b/packages/system/vyuh_extension_script/README.md @@ -1,39 +1,3 @@ - - -TODO: Put a short description of the package here that helps potential users -know whether this package might be useful for them. - -## Features - -TODO: List what your package can do. Maybe include images, gifs, or videos. - -## Getting started - -TODO: List prerequisites and provide or point to information on how to -start using the package. - -## Usage - -TODO: Include short and useful examples for package users. Add longer examples -to `/example` folder. - -```dart -const like = 'sample'; -``` - -## Additional information - -TODO: Tell users more about the package: where to find more information, how to -contribute to the package, how to file issues, what response they can expect -from the package authors, and more. +An extension for scripting using JavaScript. This allows you to invoke scripts and run it in the Dart context. diff --git a/packages/system/vyuh_feature_system/README.md b/packages/system/vyuh_feature_system/README.md index a0a95a98..dd726e52 100644 --- a/packages/system/vyuh_feature_system/README.md +++ b/packages/system/vyuh_feature_system/README.md @@ -1,39 +1,3 @@ - - -TODO: Put a short description of the package here that helps potential users -know whether this package might be useful for them. - -## Features - -TODO: List what your package can do. Maybe include images, gifs, or videos. - -## Getting started - -TODO: List prerequisites and provide or point to information on how to start -using the package. - -## Usage - -TODO: Include short and useful examples for package users. Add longer examples -to `/example` folder. - -```dart -const like = 'sample'; -``` - -## Additional information - -TODO: Tell users more about the package: where to find more information, how to -contribute to the package, how to file issues, what response they can expect -from the package authors, and more. +The quint-essential feature that provides the building blocks for creating CMS-driven UI.