From b02652f3dc97a94ab168411d089f15180a9c6d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Tue, 22 Nov 2022 13:48:20 +0100 Subject: [PATCH] describe the apax.yml better --- apax.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/apax.yml b/apax.yml index 15c64d1..4eb5c26 100644 --- a/apax.yml +++ b/apax.yml @@ -1,16 +1,20 @@ +# General information name: '@simatic-ax/json' version: 0.0.0-placeholder type: lib +# Description will be displayed in the apax extension +description: This is supporting the serializing of a JSON object model and parsing JSON formatted strings +#URL to the repository repository: type: git url: https://github.com/simatic-ax/json +# Environment variables variables: APAX_BUILD_ARGS: - - '--log Trace' - - '--simulation' - '--debug' targets: - 'axunit-llvm' +# Dependencies devDependencies: "@ax/sdk": 3.0.1 "@simatic-ax/snippetscollection": 0.0.14 @@ -19,6 +23,7 @@ dependencies: "@simatic-ax/conversion": 3.0.0 registries: '@simatic-ax': 'https://npm.pkg.github.com/' +# Dependencies files: - 'README.md' - 'LICENSE.md'