Skip to content

Commit d7d4607

Browse files
committed
docs: badges update
1 parent 21997a6 commit d7d4607

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Pastum: paste as ... dataframe
22

3-
<!-- badges: start -->
4-
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fpastum.anatolii.nz)](https://pastum.anatolii.nz/) [![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/atsyplenkov.pastum?label=VS%20Marketplace%20installs&color=7abfbb&link=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Datsyplenkov.pastum)](https://marketplace.visualstudio.com/items?itemName=atsyplenkov.pastum) [![Open VSX Downloads](https://img.shields.io/open-vsx/dt/atsyplenkov/pastum?label=Open%20VSX%20downloads&color=c160ef)](https://open-vsx.org/extension/atsyplenkov/pastum) [![Deploy Extension](https://github.com/atsyplenkov/pastum/actions/workflows/publish-extensions.yml/badge.svg)](https://github.com/atsyplenkov/pastum/actions/workflows/publish-extensions.yml) [![Tests](https://github.com/atsyplenkov/pastum/actions/workflows/ci.yml/badge.svg)](https://github.com/atsyplenkov/pastum/actions/workflows/ci.yml) ![GitHub License](https://img.shields.io/github/license/atsyplenkov/pastum?color=blue)
5-
<!-- badges: end -->
6-
7-
`pastum` allows you to quickly transform any text/HTML table from your clipboard into a dataframe object in your favorite language — R, Python, Julia or JavaScript. Almost all popular frameworks are supported; if something is missing, don't hesitate to raise an [issue](https://github.com/atsyplenkov/pastum/issues).
3+
<p align="center">
4+
<a href="https://pastum.anatolii.nz/">
5+
<img src="https://img.shields.io/website?url=https%3A%2F%2Fpastum.anatolii.nz&style=flat&labelColor=1e2c2e&color=007ACC&logo=Visual%20Studio%20Code&logoColor=white"></a>
6+
<a href="https://marketplace.visualstudio.com/items?itemName=atsyplenkov.pastum">
7+
<img src="https://img.shields.io/visual-studio-marketplace/i/atsyplenkov.pastum?style=flat&labelColor=1e2c2e&color=007ACC&logo=Visual%20Studio%20Code&logoColor=white&label=VS%20Marketplace%20installs"></a>
8+
<br>
9+
<a href="https://open-vsx.org/extension/atsyplenkov/pastum">
10+
<img src="https://img.shields.io/open-vsx/dt/atsyplenkov/pastum?style=flat&labelColor=1e2c2e&color=007ACC&logo=Open%20VSX&logoColor=white&label=Open%20VSX%20downloads"></a>
11+
<a href="https://github.com/atsyplenkov/pastum/actions/workflows/ci.yml">
12+
<img src="https://img.shields.io/github/actions/workflow/status/atsyplenkov/pastum/ci.yml?style=flat&labelColor=1e2c2e&color=007ACC&logo=GitHub%20Actions&logoColor=white&label=tests"></a>
13+
<a href="https://github.com/atsyplenkov/pastum/actions/workflows/publish-extensions.yml">
14+
<img src="https://img.shields.io/github/actions/workflow/status/atsyplenkov/pastum/publish-extensions.yml?style=flat&labelColor=1e2c2e&color=007ACC&logo=GitHub%20Actions&logoColor=white&label=deploy"></a>
15+
<br>
16+
<a href="https://github.com/atsyplenkov/pastum/blob/master/LICENSE.md">
17+
<img src="https://img.shields.io/github/license/atsyplenkov/pastum?style=flat&labelColor=1e2c2e&color=007ACC&logo=GitHub&logoColor=white"></a>
18+
</p>
19+
20+
`pastum` allows you to quickly transform any text/HTML table from your clipboard into a dataframe object in your favorite language — R, Python, Julia, JavaScript or Markdown. Almost all popular frameworks are supported; if something is missing, don't hesitate to raise an [issue](https://github.com/atsyplenkov/pastum/issues).
821

922
# Example usage
1023

0 commit comments

Comments
 (0)