Skip to content

M4Yt/ProgListr.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple node.js library for listing installed programs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published