generated from T99/ts-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.md.template
More file actions
34 lines (20 loc) · 573 Bytes
/
readme.md.template
File metadata and controls
34 lines (20 loc) · 573 Bytes
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
# <title>
<desc>
### [Find <name> on NPM.](https://www.npmjs.com/package/<name>)
## Table of Contents
- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Documentation](#documentation)
- [License](#license)
## Installation
Install from NPM with
```
$ npm install --save <name>
```
## Basic Usage
Basic usage instructions here.
## Documentation
See the [wiki](https://github.com/<github_org>/<base_name>/wiki) for full documentation.
## License
<name> is made available under the GNU General Public License v3.
Copyright (C) 2021 Trevor Sears