react-app-store-buttons 0.1.61 β 0.1.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,22 @@
|
|
|
4
4
|
<b>πOne Code to rule them all β and in the cloud compile them. </b>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
+
<!-- template-git-repo:badges:start -->
|
|
8
|
+
<p align="center">
|
|
9
|
+
<a href="https://starterdocs.vtempest.workers.dev/docs/packages/react-app-store-buttons"><img src="https://img.shields.io/badge/Docs-blue?logo=ReadTheDocs&logoColor=white" alt="Documentation" /></a>
|
|
10
|
+
<a href="https://stackblitz.com/github/OpenSourceAGI/dev-tools-starter-agent/tree/master/packages/react-app-store-buttons"><img height="20px" src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt="Open in StackBlitz" /></a>
|
|
11
|
+
<br />
|
|
12
|
+
<a href="https://www.npmjs.com/package/react-app-store-buttons"><img src="https://img.shields.io/npm/dm/react-app-store-buttons.svg" alt="NPM Monthly Downloads" /></a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/react-app-store-buttons"><img src="https://img.shields.io/npm/v/react-app-store-buttons.svg" alt="npm version" /></a>
|
|
14
|
+
<a href="https://www.npmjs.com/package/react-app-store-buttons"><img src="https://img.shields.io/npm/dt/react-app-store-buttons.svg" alt="NPM Total Downloads" /></a>
|
|
15
|
+
<a href="https://www.npmjs.com/package/react-app-store-buttons"><img src="https://img.shields.io/npm/types/react-app-store-buttons" alt="TypeScript types" /></a>
|
|
16
|
+
<a href="https://packagephobia.com/result?p=react-app-store-buttons"><img src="https://packagephobia.com/badge?p=react-app-store-buttons" alt="Install size" /></a>
|
|
17
|
+
</p>
|
|
18
|
+
<!-- template-git-repo:badges:end -->
|
|
7
19
|
|
|
20
|
+
<!-- skills:install:start -->
|
|
21
|
+
**π€ Agent skill** β `npx skills@latest add https://github.com/OpenSourceAGI/dev-tools-starter-agent --skill app-store-buttons` ([what it covers](../../skills/app-store-buttons/SKILL.md))
|
|
22
|
+
<!-- skills:install:end -->
|
|
8
23
|
|
|
9
24
|
# react-native-app-buttons
|
|
10
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-app-store-buttons",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.63",
|
|
4
4
|
"description": "React components for app store and platform download buttons (App Store, Google Play, Chrome Extension, Windows, macOS, Linux)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|