mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 20:55:47 +00:00
13211e4b56
Added the baseline readme stuff
28 lines
632 B
Markdown
28 lines
632 B
Markdown
# cocommit
|
|
Currently built in:
|
|
- [x] Go
|
|
- [ ] C++
|
|
- [ ] Python
|
|
|
|
Currently tested in:
|
|
- [ ] Go
|
|
- [ ] C++
|
|
- [ ] Python
|
|
|
|
# How to run
|
|
*Coming soon*
|
|
|
|
# Syntax for the author file
|
|
The syntax for the author file can be found at the top of the template file included in the repo. It should look like this:
|
|
```
|
|
name_short|Name|Username|emai
|
|
```
|
|
|
|
# Why?
|
|
Writing co-authors onto commits can be pretty tedious so automating this process as a simple shell alias is a lot nicer
|
|
|
|
# Workflows
|
|
This repo is sort of a test bed for working with Dagger CI but therefore also should support automated testing and building at some point
|
|
*coming soon*
|
|
|