installed-sw
v1.0.1
Published
Retrieve installed apps info
Downloads
2
Readme
installed-sw
Retrieve installed apps info
Get the path of the executable, the icon, and some more information of all installed software in a computer.
import getApps from "installed-sw";
const pcApps = await getApps();
/*
[
{
path: ...,
icon: ...,
id: ...
},
{ ... }
]
*/
This package is a lighter version of the code implemented in the cerebro-basic-apps plugin