about-system 0.0.80 → 0.0.82
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 +18 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
<img src="https://i.imgur.com/1kwKBTR.png" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
|
+
<!-- template-git-repo:badges:start -->
|
|
6
|
+
<p align="center">
|
|
7
|
+
<a href="https://starterdocs.vtempest.workers.dev/docs/packages/about-system-info"><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/about-system-info"><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/about-system"><img src="https://img.shields.io/npm/dm/about-system.svg" alt="NPM Monthly Downloads" /></a>
|
|
11
|
+
<a href="https://www.npmjs.com/package/about-system"><img src="https://img.shields.io/npm/v/about-system.svg" alt="npm version" /></a>
|
|
12
|
+
<a href="https://www.npmjs.com/package/about-system"><img src="https://img.shields.io/npm/dt/about-system.svg" alt="NPM Total Downloads" /></a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/about-system"><img src="https://img.shields.io/npm/types/about-system" alt="TypeScript types" /></a>
|
|
14
|
+
<a href="https://packagephobia.com/result?p=about-system"><img src="https://packagephobia.com/badge?p=about-system" alt="Install size" /></a>
|
|
15
|
+
<a href="https://app.codecov.io/gh/OpenSourceAGI/dev-tools-starter-agent/flags"><img src="https://img.shields.io/codecov/c/github/OpenSourceAGI/dev-tools-starter-agent?flag=about-system-info&label=about-system-info%20coverage&logo=codecov&logoColor=white" alt="Coverage" /></a>
|
|
16
|
+
</p>
|
|
17
|
+
<!-- template-git-repo:badges:end -->
|
|
18
|
+
|
|
19
|
+
<!-- skills:install:start -->
|
|
20
|
+
**🤖 Agent skill** — `npx skills@latest add https://github.com/OpenSourceAGI/dev-tools-starter-agent --skill about-system` ([what it covers](../../skills/about-system/SKILL.md))
|
|
21
|
+
<!-- skills:install:end -->
|
|
22
|
+
|
|
5
23
|
# About System Info
|
|
6
24
|
|
|
7
25
|
A TypeScript/Node.js library to display comprehensive system information with customizable output.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "about-system",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.82",
|
|
4
4
|
"description": "A Node.js script to display key system information with emojis. Cross-platform support for Windows, macOS, and Linux with customizable output and caching.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|