An open API service indexing awesome lists of open source software.

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

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"
```