Skip to content

Commit ec17870

Browse files
committed
docs(README): badges
1 parent 8fc6ee3 commit ec17870

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
> Plugin architecture example with full TypeScript support
44
5+
[![@latest](https://img.shields.io/npm/v/javascript-plugin-architecture-with-typescript-definitions.svg)](https://www.npmjs.com/package/javascript-plugin-architecture-with-typescript-definitions)
6+
[![Build Status](https://github.com/gr2m/javascript-plugin-architecture-with-typescript-definitions/workflows/Test/badge.svg)](https://github.com/gr2m/javascript-plugin-architecture-with-typescript-definitions/actions)
7+
[![Greenkeeper](https://badges.greenkeeper.io/gr2m/javascript-plugin-architecture-with-typescript-definitions.svg)](https://greenkeeper.io/)
8+
59
The goal of this repository is to provide a template of a simple plugin Architecture which allows plugins to created and authored as separate npm modules and shared as official or 3rd party plugins.
610

711
Usage
@@ -33,7 +37,7 @@ fooBarTest.bar(); // has full TypeScript intellisense
3337

3438
## Credit
3539

36-
This example was extracted from [`@octokit/core`](https://github.com/octokit/core.js). The implementation was made possible by help from [@karol-majewski](https://github.com/karol-majewski) and [@dragomirtitian](https://github.com/dragomirtitian).
40+
This example was extracted from [`@octokit/core`](https://github.com/gr2m/javascript-plugin-architecture-with-typescript-definitions). The implementation was made possible by help from [@karol-majewski](https://github.com/karol-majewski) and [@dragomirtitian](https://github.com/dragomirtitian).
3741

3842
## LICENSE
3943

0 commit comments

Comments
 (0)