https://github.com/ephraimduncan/sysinfo
A system information for linux tool written in Javascript
https://github.com/ephraimduncan/sysinfo
fetch hacktoberfest hactoberfest-accepted shell
Last synced: 7 months ago
JSON representation
A system information for linux tool written in Javascript
- Host: GitHub
- URL: https://github.com/ephraimduncan/sysinfo
- Owner: ephraimduncan
- License: mit
- Created: 2020-10-02T11:10:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T21:53:10.000Z (about 4 years ago)
- Last Synced: 2025-02-06T06:30:24.677Z (9 months ago)
- Topics: fetch, hacktoberfest, hactoberfest-accepted, shell
- Language: JavaScript
- Homepage:
- Size: 25 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sysinfo
A system information tool written with JavaScript
### Installation
If you have `npm`, you can ran
```bash
npm install -g sysinfojs
```
OR
```bash
npx sysinfojs
```Without `npm`
```bash
# Requires "Administrative Rights"$ curl -sL install-sysinfo.now.sh | sh
```OR
You can get the binaries from the [releases](https://github.com/dephraiim/sysinfo/releases/tag/v1.0.0) page and add it to your path.
### Build
```bash
# nodejs and npm must be installed
git clone https://github.com/dephraiim/sysinfo.git
cd sysinfo
npm install
npm run build
```### Demo
