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: 3 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T21:44:25.000Z (about 3 years ago)
- Last Synced: 2025-01-15T20:20:16.923Z (5 months 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).