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

https://github.com/osspkg/devtool

A utility with a set of commands for performing CI and setting up a project
https://github.com/osspkg/devtool

ci devops go golang

Last synced: 8 months ago
JSON representation

A utility with a set of commands for performing CI and setting up a project

Awesome Lists containing this project

README

          

# devtool

[![Release](https://img.shields.io/github/release/osspkg/devtool.svg?style=flat-square)](https://github.com/osspkg/devtool/releases/latest)
[![Go Report Card](https://goreportcard.com/badge/github.com/osspkg/devtool)](https://goreportcard.com/report/github.com/osspkg/devtool)
[![CI](https://github.com/osspkg/devtool/actions/workflows/ci.yml/badge.svg)](https://github.com/osspkg/devtool/actions/workflows/ci.yml)

_A utility with a set of commands for performing CI and setting up a project_

# Install

```bash
go install github.com/osspkg/devtool@latest
```

## License

BSD-3-Clause License. See the LICENSE file for details.