Skip to content

Commit

Permalink
docs: add badge of Conventional Commits
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 17, 2019
1 parent d1c65f7 commit 29fdb20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Also supports [URL-safe base64](https://en.wikipedia.org/wiki/Base64#URL_applica

[![Version](https://img.shields.io/npm/v/@waiting/base64.svg)](https://www.npmjs.com/package/@waiting/base64)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Documentation](https://img.shields.io/badge/lang-TypeScript-blue.svg)](https://waitingsong.github.io/base64/index.html)
[![Documentation](https://img.shields.io/badge/lang-TypeScript-blue.svg)](https://waitingsong.github.io/base64/)
[![Build Status](https://travis-ci.org/waitingsong/base64.svg?branch=master)](https://travis-ci.org/waitingsong/base64)
[![Build status](https://ci.appveyor.com/api/projects/status/wp4a72sj7bc5ao3t/branch/master?svg=true)](https://ci.appveyor.com/project/waitingsong/base64/branch/master)
[![Coverage Status](https://coveralls.io/repos/github/waitingsong/base64/badge.svg?branch=master)](https://coveralls.io/github/waitingsong/base64?branch=master)

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)


## Features
Expand Down
3 changes: 2 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Base64 编码、解码 JS 实现,支持长青浏览器和 Node.js,基于 [ba

[![Version](https://img.shields.io/npm/v/@waiting/base64.svg)](https://www.npmjs.com/package/@waiting/base64)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Documentation](https://img.shields.io/badge/lang-TypeScript-blue.svg)](https://waitingsong.github.io/base64/index.html)
[![Documentation](https://img.shields.io/badge/lang-TypeScript-blue.svg)](https://waitingsong.github.io/base64/)
[![Build Status](https://travis-ci.org/waitingsong/base64.svg?branch=master)](https://travis-ci.org/waitingsong/base64)
[![Build status](https://ci.appveyor.com/api/projects/status/wp4a72sj7bc5ao3t/branch/master?svg=true)](https://ci.appveyor.com/project/waitingsong/base64/branch/master)
[![Coverage Status](https://coveralls.io/repos/github/waitingsong/base64/badge.svg?branch=master)](https://coveralls.io/github/waitingsong/base64?branch=master)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)


## 特色
Expand Down
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ <h1 id="base64">Base64</h1>
<p>Base64 encoding/decoding in pure JS on both modern Browsers and Node.js based on <a href="https://www.npmjs.com/package/base64-js">base64-js</a>.<br>Also supports <a href="https://en.wikipedia.org/wiki/Base64#URL_applications">URL-safe base64</a></p>
<p><a href="https://www.npmjs.com/package/@waiting/base64"><img src="https://img.shields.io/npm/v/@waiting/base64.svg" alt="Version"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>
<a href="https://waitingsong.github.io/base64/index.html"><img src="https://img.shields.io/badge/lang-TypeScript-blue.svg" alt="Documentation"></a>
<a href="https://waitingsong.github.io/base64/"><img src="https://img.shields.io/badge/lang-TypeScript-blue.svg" alt="Documentation"></a>
<a href="https://travis-ci.org/waitingsong/base64"><img src="https://travis-ci.org/waitingsong/base64.svg?branch=master" alt="Build Status"></a>
<a href="https://ci.appveyor.com/project/waitingsong/base64/branch/master"><img src="https://ci.appveyor.com/api/projects/status/wp4a72sj7bc5ao3t/branch/master?svg=true" alt="Build status"></a>
<a href="https://coveralls.io/github/waitingsong/base64?branch=master"><img src="https://coveralls.io/repos/github/waitingsong/base64/badge.svg?branch=master" alt="Coverage Status"></a></p>
<a href="https://coveralls.io/github/waitingsong/base64?branch=master"><img src="https://coveralls.io/repos/github/waitingsong/base64/badge.svg?branch=master" alt="Coverage Status"></a>
<a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" alt="Conventional Commits"></a></p>
<h2 id="features">Features</h2>
<ul>
<li>Supports typeof <code>string</code>, <code>number</code> and <a href="https://github.com/tc39/proposal-bigint"><code>bigint</code></a></li>
Expand Down

0 comments on commit 29fdb20

Please sign in to comment.