This commit is contained in:
Sebastian Seedorf
2020-11-16 10:01:58 +01:00
parent 7fbc95f86a
commit 2629d1e8e9
55 changed files with 4904 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# Express Utils for Node Projects
## Installation
##### 1. Install the package
```
npm install git+https://git.biotronik.int/scm/coe-bs-website/node-pkg-express-utils.git
```
##### 2. Copy the types
Copy the folder `src/types` to some location within the source folder of your project.
It just needs to sit there with no more action required.