Skip to content

Commit 1c99f99

Browse files
author
Martynas Žilinskas
authored
Added readme.
2 parents 12bd025 + 1fb805b commit 1c99f99

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<div align="center">
2+
<a href="https://github.com/SimplrJS">
3+
<img width="200" src="https://user-images.githubusercontent.com/7989797/27446299-b93aa76c-5785-11e7-8ef6-475f858e3291.png" />
4+
</a>
5+
</div>
6+
<h1 align="center">ts-docs-gen</h1>
7+
8+
_Work in progress._
9+
10+
Markdown documentation generator for TypeScript projects.
11+
12+
### Packages
13+
14+
| Package | Version | Description |
15+
|---------|---------|-------------|
16+
| [`ts-docs-gen`](/packages/ts-docs-gen) | [![npm](https://img.shields.io/npm/v/ts-docs-gen.svg?style=flat-square)](https://www.npmjs.com/package/ts-docs-gen) | Documentation generating tool |
17+
18+
### Development
19+
20+
Latest published version should be in the [master](https://github.com/SimplrJS/ts-docs-gen/tree/master) branch.
21+
Development is happening in the [dev](https://github.com/SimplrJS/ts-docs-gen/tree/dev) and feature branches.
22+
23+
<h2 align="center">Core Team</h2>
24+
25+
<table>
26+
<tbody>
27+
<tr>
28+
</a>
29+
<td align="center" width="25%" valign="top">
30+
<a href="https://github.com/MartynasZilinskas">
31+
<img width="150" height="150" src="https://github.com/MartynasZilinskas.png?s=150">
32+
<br>
33+
Martynas Žilinskas
34+
</a>
35+
</td>
36+
<td align="center" width="25%" valign="top">
37+
<a href="https://github.com/DeividasBakanas">
38+
<img width="150" height="150" src="https://github.com/DeividasBakanas.png?s=150">
39+
<br>
40+
Deividas Bakanas
41+
</a>
42+
</td>
43+
<td align="center" width="25%" valign="top">
44+
<a href="https://github.com/DovydasNavickas">
45+
<img width="150" height="150" src="https://github.com/DovydasNavickas.png?s=150">
46+
<br>
47+
Dovydas Navickas
48+
</td>
49+
</tr>
50+
</tbody>
51+
</table>

0 commit comments

Comments
 (0)