open-ready 0.1.65 → 0.1.67
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 +17 -26
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,33 +1,24 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<img width="800px" src="https://i.imgur.com/lyvk8iy.png" />
|
|
3
|
-
<br />
|
|
4
|
-
<a href="https://www.npmjs.com/package/open-ready"><img src="https://img.shields.io/npm/dm/open-ready.svg" alt="NPM Monthly Downloads"></a>
|
|
5
|
-
<a href="https://www.npmjs.com/package/open-ready"><img src="https://img.shields.io/npm/v/open-ready.svg" alt="npm version"></a>
|
|
6
|
-
<a href="https://discord.gg/SJdBqBz3tV">
|
|
7
|
-
<img src="https://img.shields.io/discord/1110227955554209923.svg?label=Chat&logo=Discord&colorB=7289da&style=flat"
|
|
8
|
-
alt="Join Discord" />
|
|
9
|
-
</a>
|
|
10
|
-
<a href="https://github.com/OpenSourceAGI/dev-tools-starter-agent/discussions">
|
|
11
|
-
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/OpenSourceAGI/dev-tools-starter-agent" /></a>
|
|
12
|
-
<br />
|
|
13
|
-
<a href="https://github.com/OpenSourceAGI/dev-tools-starter-agent/discussions">
|
|
14
|
-
<img alt="GitHub Discussions"
|
|
15
|
-
src="https://img.shields.io/github/discussions/OpenSourceAGI/dev-tools-starter-agent" />
|
|
16
|
-
</a>
|
|
17
|
-
<a href="https://github.com/OpenSourceAGI/dev-tools-starter-agent/pulse" alt="Activity">
|
|
18
|
-
<img src="https://img.shields.io/github/commit-activity/m/OpenSourceAGI/dev-tools-starter-agent" />
|
|
19
|
-
</a>
|
|
20
|
-
<img src="https://img.shields.io/github/last-commit/OpenSourceAGI/dev-tools-starter-agent.svg" alt="GitHub last commit" />
|
|
21
|
-
<br />
|
|
22
|
-
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request">
|
|
23
|
-
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"
|
|
24
|
-
alt="PRs Welcome" />
|
|
25
|
-
</a>
|
|
26
|
-
<a href="https://codespaces.new/OpenSourceAGI/dev-tools-starter-agent">
|
|
27
|
-
<img src="https://github.com/codespaces/badge.svg" width="150" height="20" />
|
|
28
|
-
</a>
|
|
29
3
|
</p>
|
|
30
4
|
|
|
5
|
+
<!-- template-git-repo:badges:start -->
|
|
6
|
+
<p align="center">
|
|
7
|
+
<a href="https://starterdocs.vtempest.workers.dev/docs/packages/open-when-ready"><img src="https://img.shields.io/badge/Docs-blue?logo=ReadTheDocs&logoColor=white" alt="Documentation" /></a>
|
|
8
|
+
<a href="https://stackblitz.com/github/OpenSourceAGI/dev-tools-starter-agent/tree/master/packages/open-when-ready"><img height="20px" src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt="Open in StackBlitz" /></a>
|
|
9
|
+
<br />
|
|
10
|
+
<a href="https://www.npmjs.com/package/open-ready"><img src="https://img.shields.io/npm/dm/open-ready.svg" alt="NPM Monthly Downloads" /></a>
|
|
11
|
+
<a href="https://www.npmjs.com/package/open-ready"><img src="https://img.shields.io/npm/v/open-ready.svg" alt="npm version" /></a>
|
|
12
|
+
<a href="https://www.npmjs.com/package/open-ready"><img src="https://img.shields.io/npm/dt/open-ready.svg" alt="NPM Total Downloads" /></a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/open-ready"><img src="https://img.shields.io/npm/types/open-ready" alt="TypeScript types" /></a>
|
|
14
|
+
<a href="https://packagephobia.com/result?p=open-ready"><img src="https://packagephobia.com/badge?p=open-ready" alt="Install size" /></a>
|
|
15
|
+
</p>
|
|
16
|
+
<!-- template-git-repo:badges:end -->
|
|
17
|
+
|
|
18
|
+
<!-- skills:install:start -->
|
|
19
|
+
**🤖 Agent skill** — `npx skills@latest add https://github.com/OpenSourceAGI/dev-tools-starter-agent --skill open-ready` ([what it covers](../../skills/open-ready/SKILL.md))
|
|
20
|
+
<!-- skills:install:end -->
|
|
21
|
+
|
|
31
22
|
# open-ready
|
|
32
23
|
|
|
33
24
|
Smart dev server launcher that watches your server's output and automatically opens the browser when ready — or opens an AI assistant with the error context when something goes wrong.
|