Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasng committed Dec 3, 2019
1 parent dd4fc47 commit bf2e79f
Showing 1 changed file with 41 additions and 5 deletions.
46 changes: 41 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,43 @@
# service-wrapper
# Service Shark

[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/matthiasng/service-wrapper/blob/master/LICENSE)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/matthiasng/service-wrapper?sort=semver)
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/matthiasng/service-wrapper/build/master)
[![codecov](https://codecov.io/gh/matthiasng/service-wrapper/branch/master/graph/badge.svg)](https://codecov.io/gh/matthiasng/service-wrapper)
![GitHub](https://img.shields.io/github/license/matthiasng/service-shark)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/matthiasng/service-shark?sort=semver)
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/matthiasng/service-shark/build/master)
[![codecov](https://codecov.io/gh/matthiasng/service-shark/branch/master/graph/badge.svg)](https://codecov.io/gh/matthiasng/service-shark)
[![Go Report Card](https://goreportcard.com/badge/github.com/matthiasng/service-wrapper)](https://goreportcard.com/report/github.com/matthiasng/service-wrapper)

Service Shark can be used to to host any executable as an Windows service.

Service Shark is:
- easy to use
- lightweight (~2 MB)
- has zero runtime dependencies (no .NET Framework, Java, ...)
- writte in [golang](https://golang.org/)

Service Shark is not:
- a service manager. Their are already easy ways to manage Windows services ([powershell](https://docs.microsoft.com/de-de/powershell/scripting/samples/managing-services?view=powershell-6), [cmd](https://docs.microsoft.com/de-de/windows-server/administration/windows-commands/sc-create), [NSSM](https://nssm.cc/))

## Installation

### Pre-compiled binary

#### Download from github
```
https://github.com/matthiasng/service-shark/releases/latest)
```

#### Scoop
```
#todo setup scoop bucket + goreleaser
```

### Compiling from source
```
git clone https://github.com/matthiasng/service-shark.git
cd service-shark
go build -o service-shark.exe main.go
```

## Usage

#todo

0 comments on commit bf2e79f

Please sign in to comment.