sysinfojs
v1.1.0
Published
A file to get system info on linux
Downloads
5
Readme
sysinfo
A system information tool written with JavaScript
Installation
If you have npm
, you can ran
npm install -g sysinfojs
OR
npx sysinfojs
Without npm
# Requires "Administrative Rights"
$ curl -sL install-sysinfo.now.sh | sh
OR
You can get the binaries from the releases page and add it to your path.
Build
# nodejs and npm must be installed
git clone https://github.com/dephraiim/sysinfo.git
cd sysinfo
npm install
npm run build