Skip to content

Commit 6f87765

Browse files
committed
Add README
1 parent 105c55e commit 6f87765

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

tools/make/lib/init/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# init
2+
3+
> Initialization recipes.
4+
5+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
6+
7+
<section class="intro">
8+
9+
This directory contains [`make`][make] recipes for initializing the project developer environment (e.g., add [Git][git] hooks).
10+
11+
</section>
12+
13+
<!-- /.intro -->
14+
15+
<!-- Section to include notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
16+
17+
<section class="notes">
18+
19+
</section>
20+
21+
<!-- /.notes -->
22+
23+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
24+
25+
<section class="links">
26+
27+
[make]: https://www.gnu.org/software/make/
28+
[git]: https://git-scm.com/
29+
30+
</section>
31+
32+
<!-- /.links -->

0 commit comments

Comments
 (0)