Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robotomize/url-manager

Console application for test exam
https://github.com/robotomize/url-manager

concurrency manager network url

Last synced: 7 days ago
JSON representation

Console application for test exam

Awesome Lists containing this project

README

        

# url manager

The console application for fetching urls from file

## Install

### Go

```sh
go install github.com/robotomize/url-manager/cmd/url-manager@latest
```

### Docker

```sh
cd tests
docker pull robotomize/urlmanager:latest
docker run --rm -v $(pwd):/app -w /app robotomize/urlmanager urlmanager -s ./fixtures.txt
```

## Usage

```shell
Check websites console application

Usage:
url-manager [flags]

Flags:
-d, --debug debug logging
-h, --help help for url-manager
-s, --source string source file with urls
-c, --sync sync mode with one thread
```