Nayls / releaser

A simple git-based release in a closed segment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Releaser

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

Develop

To build executable files, run the command

make all

If you want to run for development use the following command

go run cmd/releaser/releaser.go

Cli usage

Use "releaser [command] --help" for more information about a command.

See all command in docs releaser commands

Built With

  • go - Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
  • viper - Go configuration with fangs
  • cobra - A Commander for modern Go CLI interactions
  • fsnotify - Cross-platform file system notifications for Go.
  • validate - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Svyatoslav Gagarin - Initial work - Nayls

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A simple git-based release in a closed segment

License:MIT License


Languages

Language:Go 73.0%Language:Makefile 27.0%