https://github.com/jvalue/node-dry-basics
Reusable libraries for our node projects (NOT containing any business logic!)
https://github.com/jvalue/node-dry-basics
Last synced: about 1 month ago
JSON representation
Reusable libraries for our node projects (NOT containing any business logic!)
- Host: GitHub
- URL: https://github.com/jvalue/node-dry-basics
- Owner: jvalue
- License: apache-2.0
- Created: 2020-11-12T09:38:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T16:07:46.000Z (over 5 years ago)
- Last Synced: 2025-12-25T17:17:35.003Z (5 months ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node DRY
Reusable library for our node microservices introducing no further dependencies!
These package does NOT contain any business knowledge, but pure reusable functionality that would repeat over all services.
The main repository can be found here: [JValue Open Data Service](https://github.com/jvalue/open-data-service)
## How to use
Add the packages to your `package.json` as usual or use `npm install --save `
## License
Copyright 2020 Friedrich-Alexander Universität Erlangen-Nürnberg.
Node-DRY is licensed under the Apache License, Version 2.0. See [LICENSE](/LICENSE) for the full license text.