SimpliPlay on NPM
· One min read
SimpliPlay is finally available on a package manager, this time the acclaimed NPM.
You can install its desktop version via:
npm install -g simpliplay
# make sure to globally install it, otherwise it will install as a dependency inside your app, which isn't what you want unless you want your app to install SimpliPlay or you want to repurpose the installer
To update SimpliPlay Desktop, use:
simpliplay update
or:
simpliplay start
after installing the SimpliPlay package. It will always download the latest version of SimpliPlay Desktop, so you won't have to update the installer in most cases.
You can view SimpliPlay on NPM here!