1.0.0 • Published 4 years ago

macos-systemprofiler-json v1.0.0

Weekly downloads
6
License
ISC
Repository
github
Last release
4 years ago

macOS: System Profiler to JSON

Converts the output of system_profiler to JSON

Usage

$ system_profiler_json [-o output.json]

Calling system_profiler_json without an output file specified will print the JSON in stdout

Building

If you installed the pkg dependency from the dev-dependencies then you should be able to run:

$ npm run build

The resulting binary is in build/

Installing

If building from source, just run:

$ npm run build-install

The binary will be built and copied to /usr/local/bin