22 lines
352 B
Markdown
22 lines
352 B
Markdown
# LibreTime Analyzer
|
|
|
|
LibreTime Analyzer is a service that analyze file as background jobs and move them into the storage.
|
|
|
|
## Development
|
|
|
|
```bash
|
|
# Install dependencies
|
|
make install
|
|
# Activate the development environment
|
|
source .venv/bin/activate
|
|
|
|
# Run linters
|
|
make lint
|
|
|
|
# Run tests
|
|
make test
|
|
|
|
# See the Makefile for more commands
|
|
cat Makefile
|
|
```
|