Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuender/startup
Startup is Go library based on Go 1.18+
https://github.com/xuender/startup
go golang golang-library startup unix windows
Last synced: 3 months ago
JSON representation
Startup is Go library based on Go 1.18+
- Host: GitHub
- URL: https://github.com/xuender/startup
- Owner: xuender
- License: mit
- Created: 2022-12-05T00:57:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T00:31:36.000Z (almost 2 years ago)
- Last Synced: 2024-05-19T01:59:01.988Z (6 months ago)
- Topics: go, golang, golang-library, startup, unix, windows
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - startup
README
# Startup
[![Go Report Card](https://goreportcard.com/badge/github.com/xuender/startup)](https://goreportcard.com/report/github.com/xuender/startup)
[![GoDoc](https://godoc.org/github.com/xuender/startup?status.svg)](https://pkg.go.dev/github.com/xuender/startup)
[![codecov](https://codecov.io/gh/xuender/startup/branch/main/graph/badge.svg?token=WHAOPUYKCM)](https://codecov.io/gh/xuender/startup)
[![GitHub license](https://img.shields.io/github/license/xuender/startup)](https://github.com/xuender/startup/blob/main/LICENSE)
[![tag](https://img.shields.io/github/tag/xuender/startup.svg)](https://github.com/xuender/startup/releases)✨ **`xuender/startup` is a startup Go library based on Go 1.18+ Generics.**
## 🚀 Install
```sh
go get github.com/xuender/startup@latest
```## 💡 Usage
You can import `startup` using:
```go
import "github.com/xuender/startup"
```### Install
Then install startup:
```go
startup.Install()
// or
startup.Install(args...)
```### Uninstall
Then uninstall startup:
```go
startup.Uninstall()
```### Status
Then startup status:
```go
startup.Status()// true or false
```## 😁 Cover
![codecov](https://codecov.io/gh/xuender/startup/branch/main/graphs/tree.svg?token=WHAOPUYKCM)
## 📝 License
Copyright © 2022~time.Now [Xuender](https://github.com/xuender).
This project is [MIT](./LICENSE) licensed.