Skip to content

Commit 8184465

Browse files
committed
docs: add logo to README and documentation index
1 parent 16fee96 commit 8184465

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Stave
22

3+
<p align="center">
4+
<img src="pics/logo.png" alt="Stave logo" width="200">
5+
</p>
6+
37
A make-like build tool using Go. Write plain Go functions, Stave automatically uses them as runnable targets.
48

59
Stave is a fork of [Mage](https://github.com/magefile/mage) by Nate Finch, with additional features and improvements.

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
<p align="center">
3+
<img src="../pics/logo.png" alt="Stave logo" width="200">
4+
</p>
5+
6+
17
# Stave
28

39
Stave is a make-like build tool using Go. Write plain Go functions, and Stave automatically exposes them as runnable targets. It is a fork of [Mage](https://github.com/magefile/mage) with additional features including dry-run mode, XDG-compliant configuration, and parallelism control.

pics/logo.png

1.17 MB
Loading

0 commit comments

Comments
 (0)