Skip to content

Commit 581148d

Browse files
committed
docs(readme): add feature section
1 parent bf1b44b commit 581148d

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,25 @@
33
<img width="200" src="https://user-images.githubusercontent.com/288160/95671736-22da8400-0b4f-11eb-953c-339440756a3d.png" alt="Hover Web">
44
<br>
55
<h1>hover-javascript</h1>
6-
<p>CLI toolbox for common scripts for <strong>JavaScript</strong> and <strong>TypeScript</strong> projects</p></div>
6+
<p>🧰 Toolbox of scripts and configurations for <strong>JavaScript</strong> and <strong>TypeScript</strong> projects</p></div>
77

8-
---
8+
<div align="center">
9+
10+
[![Build Status][build-badge]][build-link]
11+
[![Code Coverage][coverage-badge]][coverage-link]
12+
[![version][package-badge]][package-link]
13+
[![MIT License][license-badge]][license-link]
14+
15+
</div>
16+
17+
<br>
918

10-
[![Build Status][build-badge]][build]
11-
[![Code Coverage][coverage-badge]][coverage]
12-
[![version][version-badge]][package] [![MIT License][license-badge]][license]
19+
## ✨ Features
1320

14-
This is a CLI that abstracts away configuration for JavaScript and TypeScript
15-
projects including formatting, linting, testing, and more.
21+
- 📦 One package to encapsulate most tooling dependencies
22+
- ⚙️ Common (extensible) configurations to eliminate boilerplate
23+
- 📏 Conventions that help enforce consistency
24+
- 🥽 Best practices to help avoid 🦶🏻🔫
1625

1726
## Contents
1827

@@ -22,6 +31,9 @@ projects including formatting, linting, testing, and more.
2231
- [Installation](#installation)
2332
- [Usage](#usage)
2433
- [Overriding Config](#overriding-config)
34+
- [ESLint](#eslint)
35+
- [Prettier](#prettier)
36+
- [Jest](#jest)
2537
- [LICENSE](#license)
2638

2739
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

0 commit comments

Comments
 (0)