Skip to content

Commit 2a29785

Browse files
committed
Add badges to the readme.
1 parent 35d6be5 commit 2a29785

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@
33
<h1><b>MetaCall Polyglot Runtime</b></h1></a>
44
<a href="https://metacall.io">MetaCall.io</a> |
55
<a href="https://github.com/metacall/install">Install</a> |
6-
<a href="https://github.com/metacall/core/blob/master/docs/README.md">Docs</a> |
7-
<a href="https://t.me/joinchat/BMSVbBatp0Vi4s5l4VgUgg">Telegram</a> |
8-
<a href="https://discord.gg/upwP4mwJWa">Discord</a> |
9-
<a href="https://matrix.to/#/!wOPPTChTestHdAHEOf:matrix.org">Matrix</a>
6+
<a href="https://github.com/metacall/core/blob/master/docs/README.md">Docs</a>
7+
</div>
8+
<div align="center">
9+
<a href="https://t.me/joinchat/BMSVbBatp0Vi4s5l4VgUgg" alt="Discord">
10+
<img src="https://img.shields.io/static/v1?label=metacall&message=join&color=blue&logo=telegram&style=flat" /></a>
11+
12+
<a href="https://discord.gg/upwP4mwJWa" alt="Discord">
13+
<img src="https://img.shields.io/discord/781987805974757426?label=discord&style=flat" /></a>
14+
15+
<a href="https://matrix.to/#/#metacall:matrix.org" alt="Matrix">
16+
<img src="https://img.shields.io/matrix/metacall:matrix.org?label=matrix&style=flat" /></a>
17+
18+
<a href="https://twitter.com/metacallio" alt="Twitter">
19+
<img src="https://img.shields.io/twitter/follow/metacallio?label=MetaCall" /></a>
1020

1121
<a href="https://medium.com/@metacall/call-functions-methods-or-procedures-between-programming-languages-with-metacall-58cfece35d7" target="_blank"><img src="https://raw.githubusercontent.com/metacall/core/master/deploy/images/overview.png" alt="M E T A C A L L" style="max-width:100%; margin: 0 auto;" width="350" height="auto"></a>
1222
</div>
@@ -26,5 +36,10 @@ const { sum } = require('sum.py');
2636
sum(3, 4); // 7
2737
```
2838

39+
`shell`
40+
``` sh
41+
metacall main.js
42+
```
43+
2944
**MetaCall** is an extensible, embeddable and interoperable polyglot runtime. It supports NodeJS, Vanilla JavaScript, TypeScript, Python, Ruby, C#, Go, C, C++, Rust, D, Cobol [and more](https://github.com/metacall/core/blob/master/docs/README.md#2-language-support). Use the [installer](https://github.com/metacall/install) and try [some examples](https://github.com/metacall/beautifulsoup-express-example).
3045

0 commit comments

Comments
 (0)