Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 840 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 840 Bytes

Covenant Generator (Covgen)

Generate a Markdown file of Code of Conduct for your Go project.

Installation

go get github.com/joshuabezaleel/covgen

Usage

In the root of your Go project folder:

covgen --email <your_email_address> --version <1.4/2.0>

You can leave the version empty and it will default to the latest version which is 2.0.

The code of conduct in this repository was generated with covenant generator.

Prior Art

This project is highly inspired by the kind efforts of simonv3's covenant-generator, @bitandbang's tweet, and swyx's blogpost.

License

MIT