Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izonit/systeminfo-logging
A CLI to display your system information.
https://github.com/izonit/systeminfo-logging
info javascript script system
Last synced: 1 day ago
JSON representation
A CLI to display your system information.
- Host: GitHub
- URL: https://github.com/izonit/systeminfo-logging
- Owner: izonit
- Created: 2024-10-17T11:48:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T12:02:42.000Z (3 months ago)
- Last Synced: 2024-11-23T02:21:05.403Z (2 months ago)
- Topics: info, javascript, script, system
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/systeminfo-logging
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# systeminfo-logging | [Source](https://github.com/izonit/systeminfo-logging/)
**A really slow CLI system info logging tool - written in JS.**
*I didn't create it for others to use - it's just a way to familiarize me with creating NPM tools and packages.*
*Even though I don't recommend using it, if you do: I would be grateful if you give me tips on how to optimize or make the tool better!*## Usage
**Run** `npx systeminfo-logging` - **installing the package will do practically nothing.**
If you wish to use it globally, run `npm i systeminfo-logging -g` to install the package script globally on your machine. To test it, start a new terminal session in a desired directory and run `sysinfo` - in this case, exactly `sysinfo` and not `systeminfo-logging`.
It is advised to have the latest Node.js version.## TODO
- Optimize it so it runs for as fast as 0.5 seconds, if possible, even less
- Grow the project further