Skip to content

Commit f6a69e6

Browse files
committed
docs: list known users in README
Signed-off-by: Maksim Elizarev <44438314+djmaxus@users.noreply.github.com>
1 parent c23169d commit f6a69e6

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"**/*.json"
1515
],
1616
"ignoreWords": [
17+
"buildtool",
1718
"oneline",
18-
"buildtool"
19+
"waitbar"
1920
]
2021
}

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ And everyone is welcome to open
5353
[issues](https://github.com/djmaxus/matlab-repo-init/issues)
5454
to request a feature, enhance the documentation, or report a bug.
5555

56+
## Known template users
57+
58+
- [GitHub search query](https://github.com/search?q=%22Generated+from+matlab-repo-init%22+OR+%22https%3A%2F%2Fgithub.com%2Fdjmaxus%2Fmatlab-repo-init%22&type=code)
59+
- [Forks](https://github.com/djmaxus/matlab-repo-init/forks?include=active%2Cinactive%2Cnetwork&page=1&period=2y)
60+
61+
||
62+
|:-|
63+
|[`StrataTrapper`](https://github.com/ImperialCollegeLondon/StrataTrapper)|
64+
|[`par-waitbar`](https://github.com/djmaxus/par-waitbar)|
65+
5666
## Features
5767

5868
- Automated Path initialization on [`startup`](startup.m)

init.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
"# README\n\n" + ...
5050
"![CI](../../actions/workflows/ci.yml/badge.svg?branch=main)\n\n"+...
5151
"## Source Template Repository\n\n"+...
52-
"This repository was generated with\n"+...
52+
"Generated from matlab-repo-init\n\n"+...
5353
"[`matlab-repo-init`](https://github.com/djmaxus/matlab-repo-init)\n"+...
54-
"![GitHub License](https://img.shields.io/github/license/djmaxus/matlab-repo-init)\n\n"+...
54+
"![GitHub License](https://img.shields.io/github/license/djmaxus/matlab-repo-init)\n"+...
5555
"<!-- markdownlint-disable MD033 -->\n"+...
5656
"<img src=""doc/matlab-repo-init.png"" width=200 alt=""logo"">\n"+...
5757
"<!-- markdownlint-enable MD033 -->\n"+...

0 commit comments

Comments
 (0)