From 32029a8e9aa32e79ac71e61e8f001e101767794d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Wed, 23 Nov 2022 10:31:05 +0100 Subject: [PATCH] remove outdated files --- LIBRARY.md | 11 ----------- TESTS.md | 10 ---------- 2 files changed, 21 deletions(-) delete mode 100644 LIBRARY.md delete mode 100644 TESTS.md diff --git a/LIBRARY.md b/LIBRARY.md deleted file mode 100644 index b0e6a22..0000000 --- a/LIBRARY.md +++ /dev/null @@ -1,11 +0,0 @@ -# Creating a library project - -## Preconditions - -1. Install [APAX](https://axciteme.siemens.com/downloads.html) -2. Login to APAX/NPM registries, e. g. - - `apax login --registry https://axciteme.siemens.com/registry/apax/ --password f1ee0c0ffee` - - `apax login --registry https://npm.pkg.github.com --password f1ee0c0ffee` -3. Create a new GitLab/GitHub project -4. Clone the GitLab/GitHub project, e. g. `git clone git@github.com:AX-Showcase/my-lib.git` -5. Open a shell in the repo directory diff --git a/TESTS.md b/TESTS.md deleted file mode 100644 index 9d0e30b..0000000 --- a/TESTS.md +++ /dev/null @@ -1,10 +0,0 @@ -# Creating a tests project - -## Preconditions - -1. Create a library project -2. Open a shell in the repo directory - -## Steps for test execution - -`apax test`