https://github.com/martinheidegger/sysenv
Tool to identify the current state of the node.js environment to a great detail.
https://github.com/martinheidegger/sysenv
Last synced: 3 months ago
JSON representation
Tool to identify the current state of the node.js environment to a great detail.
- Host: GitHub
- URL: https://github.com/martinheidegger/sysenv
- Owner: martinheidegger
- Created: 2015-11-05T17:34:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T04:04:46.000Z (about 8 years ago)
- Last Synced: 2025-03-14T11:16:54.305Z (4 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# sysenv
Tool to identify the current state of the node.js environment to a great detail.
NOTE: This is in the pre-release stage as of Nov 2015. Use on own risk
## Installation
```
$ npm i sysenv -g
```## Usage
To gather all information that we can currently gather run
```
$ sysenv
```You can limit the output for selected properties by adding a `--prefix` option
that will show only properties starting with the passed-in prefix.Example: Only terminal information
```
$ sysenv --prefix term
```You can limit the output to show only properties that are okay to be shown in public:
```
$ sysenv --anonymous
```