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

https://github.com/taktoa/tsloganalyzer

Analyzes TeamSpeak 3 server logs
https://github.com/taktoa/tsloganalyzer

haskell log-analysis teamspeak3

Last synced: 11 months ago
JSON representation

Analyzes TeamSpeak 3 server logs

Awesome Lists containing this project

README

          

# TSLogAnalyzer

Analyzes TeamSpeak 3 server logs and produces statistics

## Update to latest version of Cabal.
```sh
cabal update
cabal install cabal-install
```

## Initialize a sandbox and install the package's dependencies.
```sh
make install
```

## For Nix users:
```sh
make nix-shell
```

## Configure & build the package.
```sh
make configure
make build
```

## Test package.
```sh
make test
```

## Run executable.
```sh
make run
```

## Start REPL.
```sh
make repl
```

## Generate documentation.
```sh
make haddock
```

## Analyze coverage.
```sh
make hpc
```