Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 4 hours ago
JSON representation

Tool to identify the current state of the node.js environment to a great detail.

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
```