-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.js
59 lines (38 loc) · 1.36 KB
/
template.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
module.exports = `<p align="center">
<a href="" rel="noopener">
<img width=100px height=100px src="--img--" alt="--title--"></a>
</p>
<h2 align="center">--title--</h2>
<div align="center">
[]()
[](https://github.com/--git--/--repo--/issues)
[](https://github.com/--git--/--repo--/pulls)
[](/LICENSE)
</div>
---
<p align="center"> --short-desc--
<br>
</p>
## 📝 Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Contributing](../CONTRIBUTING.md)
- [Authors](#authors)
## 🧐 About <a name = "about"></a>
--about--
## 🏁 Getting Started <a name = "getting_started"></a>
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Installing
\`\`\`sh
yarn add @sl-code-lords/--npm--
\`\`\`
or
\`\`\`sh
npm i @sl-code-lords/--npm--
\`\`\`
## 🎈 Usage <a name="usage"></a>
--code--
## ✍️ Authors <a name = "authors"></a>
--authors--
See also the list of [contributors](https://github.com/--git--/--repo--/contributors) who participated in this project.`