16 lines
349 B
Markdown
16 lines
349 B
Markdown
# 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.
|
|
|