1.4.0 • Published 6 years ago

proglistr v1.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

ProgListr.js

A simple node.js library for listing installed programs. Developed for StatusPilatus.


Getting started

One simple solution for listing all your installed programs. No npm dependencies. Currently functioning with Windows, Mac and Linux.

Installation

To install this library, simply run npm install proglistr.

Usage

There is only one function, called getProgs(). This function is asynchronous and returns a promise with an array of objects. Every object represents a program, with a name and a version (and architecture if ran on linux). Add the library to your program by putting const plistr = require('proglistr');. From there you can call the function as plistr.getProgs() and then do with the data as you please.


License

MIT, see LICENSE for details.

1.4.0

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

7 years ago