https://github.com/yuriytkach/stream-solid-demo-app
Demo application for online streams about SOLID
https://github.com/yuriytkach/stream-solid-demo-app
Last synced: 3 months ago
JSON representation
Demo application for online streams about SOLID
- Host: GitHub
- URL: https://github.com/yuriytkach/stream-solid-demo-app
- Owner: yuriytkach
- License: mit
- Created: 2023-05-23T14:13:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T12:33:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T19:47:37.826Z (4 months ago)
- Language: Java
- Size: 142 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Processing Demo Application
This project is a demo file processing application that allows you to find the latest text file in a folder
and count the number of occurrences of a specific word in that file.## Getting Started
To use the application execute the following command:
```shell
./gradlew run --args="path/to/folder word-to-count"
```