simpliplay
v4.0.2
Published
Installer for SimpliPlay (https://simpliplay.netlify.app/)
Maintainers
Readme
SimpliPlay
It's a cross-platform media player, that's just simple, available on:
- Android
- iOS
- Windows
- macOS
- Linux
- Web
- Google Chrome (Extension)
SimpliPlay can be downloaded at simpliplay.netlify.app. 📦 This npm package installs the desktop version.
⚠️ This CLI is an installer only — it downloads the app at runtime. Internet required.
Installation
npm install -g simpliplayInstall globally so you can use it from anywhere in your terminal. If you installed locally, you can use npx.
Then:
simpliplay start
# or
simpliplay updateto install SimpliPlay.
Features
To display the current version of the installer, not the desktop app, use:
simpliplay version
# or
simpliplay verTo install different variants of SimpliPlay, use:
simpliplay installspecificTo uninstall SimpliPlay, use:
simpliplay uninstall
# or
simpliplay delete
# or
simpliplay removeand enter the values asked.
You will be asked for the file path of the app. You can give the file path of a .app, .AppImage, or folder path to a .exe.
Note: The CLI uses curl to download the app. If it isn't available in the system's PATH or isn't installed, you may either restore the old behavior by using:
simpliplay browseror install curl.
