Skip to content

Commit fad0456

Browse files
committed
Better layout in readme.md
1 parent 18749eb commit fad0456

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
[![Build Status](https://travis-ci.org/Flowkap/typescript-node-template.svg?branch=main)](https://travis-ci.org/Flowkap/typescript-node-template) [![codecov](https://codecov.io/gh/Flowkap/typescript-node-template/branch/main/graph/badge.svg)](https://codecov.io/gh/Flowkap/typescript-node-template) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues) [![HitCount](http://hits.dwyl.com/flowkap/typescript-node-template.svg)](http://hits.dwyl.com/flowkap/typescript-node-template)
1+
<div align="center">
22

3+
[![Build Status](https://travis-ci.org/Flowkap/typescript-node-template.svg?branch=main)](https://travis-ci.org/Flowkap/typescript-node-template)
4+
[![codecov](https://codecov.io/gh/Flowkap/typescript-node-template/branch/main/graph/badge.svg)](https://codecov.io/gh/Flowkap/typescript-node-template)
5+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)
6+
[![HitCount](http://hits.dwyl.com/Flowkap/typescript-node-template.svg)](http://hits.dwyl.com/Flowkap/typescript-node-template)
7+
8+
</div>
39

410
# Content
511
<!-- TOC -->
612

713
- [Content](#content)
8-
- [About](#about)
14+
- [Why?](#why)
915
- [Features](#features)
1016
- [Linting and code quality settings](#linting-and-code-quality-settings)
1117
- [Tests](#tests)
@@ -19,7 +25,7 @@
1925

2026
<!-- /TOC -->
2127

22-
# About
28+
# Why?
2329

2430
Whilst working with typescript for a while now I found that most examples on the web are still for node.js with plain JavaScript. Especially when it comes to a full template example with **latest** versions of used tools like `eslint` instead of still using deprected `tslint` and so on. So I thought it might be a good idea to make an up-to-date service boilerplate including:
2531

0 commit comments

Comments
 (0)