You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,33 @@
2
2
3
3
This is patch tool using comment directive.
4
4
5
+
## Motivation
6
+
7
+
This aims to make scaffolding more easily and safely.
8
+
9
+
Sometimes we can see some templates that don't work after generating from them.
10
+
We should build and test those templates on CI pipelines, but, it is hard to test templates correctness because templates usually does'nt work before generation.
11
+
So, this `patchr` aims to create a `living` scaffolding template.
12
+
5
13
## Installation
6
14
7
-
```
15
+
Download from [Releases](https://github.com/wreulicke/patchr/releases)
0 commit comments