Skip to content

Commit

Permalink
docs(readme): add documentation link
Browse files Browse the repository at this point in the history
* docs(readme): add Netlify badge
  • Loading branch information
pablo1v committed Mar 13, 2021
1 parent 04f1167 commit 2266306
Showing 1 changed file with 39 additions and 33 deletions.
72 changes: 39 additions & 33 deletions reactools/README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,24 @@
<div align="center">
<a href="">
<img src="https://github.com/hitechline/react/raw/main/.github/logo.png" height="150" width="150" />
</a>
<img src="https://github.com/hitechline/react/raw/main/.github/logo.png" height="150" width="150" />

<p>Utilities to facilitate the build user interfaces with React.</p>
</div>

<p align="center">
<a href="https://www.codefactor.io/repository/github/hitechline/reactools">
<img
alt="CodeFactor"
src="https://img.shields.io/codefactor/grade/github/hitechline/reactools"
/>
</a>

<a href="https://coveralls.io/github/hitechline/reactools">
<img
alt="Test Coverage"
src="https://img.shields.io/coveralls/github/hitechline/reactools"
/>
</a>

<a href="https://github.com/hitechline/reactools/actions/workflows/build-and-release.yml">
<img
alt="CI Workflow Status"
src="https://img.shields.io/github/workflow/status/hitechline/reactools/CI?label=ci"
/>
</a>

<a href="https://www.npmjs.com/package/@hitechline/reactools">
<img
alt="NPM Latest Version"
src="https://img.shields.io/npm/v/@hitechline/reactools/latest"
/>
</a>
</p>
<div align="center">

[![CodeFactor][badge-code-factor]][url-code-factor]
[![Test Coverage][badge-test-coverage]][url-test-coverage]
[![CI Workflow Status][badge-ci-workflow-status]][url-ci-workflow-status]
[![NPM Latest Version][badge-latest-npm-version]][url-latest-npm-version]
[![Netlify Status][badge-netlify-status]][url-netlify-status]

</div>

<div align="center">

[Documentation][url-documentation]

</div>

## Overview

Expand Down Expand Up @@ -112,8 +96,30 @@ MIT © [Hitechline][url-organization]

<!-- prettier-ignore-start -->

[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png

[url-organization]: https://github.com/hitechline

[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png
[url-documentation]: https://reactools.hitechline.com.br

[url-code-factor]: https://www.codefactor.io/repository/github/hitechline/reactools

[url-test-coverage]: https://coveralls.io/github/hitechline/reactools

[url-netlify-status]: https://app.netlify.com/sites/reactools/deploys

[url-ci-workflow-status]: https://github.com/hitechline/reactools/actions/workflows/build-and-release.yml

[url-latest-npm-version]: https://www.npmjs.com/package/@hitechline/reactools

[badge-code-factor]: https://img.shields.io/codefactor/grade/github/hitechline/reactools

[badge-test-coverage]: https://img.shields.io/coveralls/github/hitechline/reactools

[badge-netlify-status]: https://api.netlify.com/api/v1/badges/48ed6dd4-2857-4197-b1d4-723707b9025b/deploy-status

[badge-ci-workflow-status]: https://img.shields.io/github/workflow/status/hitechline/reactools/CI?label=ci

[badge-latest-npm-version]: https://img.shields.io/npm/v/@hitechline/reactools/latest

<!-- prettier-ignore-end -->

0 comments on commit 2266306

Please sign in to comment.