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`