https://github.com/softspiders/dependency-inversion-principle-on-node-js
Dependency Inversion Principle (DIP) on NodeJS
https://github.com/softspiders/dependency-inversion-principle-on-node-js
dependency-inversion dip javascript js node softspiders solid ss
Last synced: about 1 month ago
JSON representation
Dependency Inversion Principle (DIP) on NodeJS
- Host: GitHub
- URL: https://github.com/softspiders/dependency-inversion-principle-on-node-js
- Owner: softspiders
- License: mit
- Created: 2020-05-04T15:28:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T21:44:25.000Z (about 4 years ago)
- Last Synced: 2025-03-05T07:35:15.856Z (over 1 year ago)
- Topics: dependency-inversion, dip, javascript, js, node, softspiders, solid, ss
- Language: JavaScript
- Homepage:
- Size: 466 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# *Dependency Inversion Principle* (*DIP*) on *NodeJS*
UNDER_DEVELOPMENT
---
## Feature tags
- dip
- node
- javascript
- solid
---
## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin)
---
## Requirements
[Node.js](https://nodejs.org/en/download/package-manager/)
---
## Installation
```sh
yarn
```
## Run
### Run Naive
```sh
yarn start-naive
```
### Run with DIP
```sh
yarn start-dip
```
### Run Deck
```sh
yarn start-deck
```
---
## License
Licensed under the [MIT license](./LICENSE).