Smelt

Batch Package Manager

Installation

Download the setup file below, and double-click to run it.

There will be two new folders: extension and logs, and five new files: sbpm.bat, install.bat, uninstall.bat, update.cmd, and reinstall.bat.

Download

Usage


To install commands pre-downloaded from other sources:

Move the downloaded commands into the extensions folder, run sbpm install, and you're done! A log will be available at logs\install.log.


To install commands available here:

Open Command Prompt (Win+R, type cmd and hit Enter/Win+X, C) then type sbpm install _package_ (replace _package_ with the name of the desired package.) and you're done! A log will be available at logs\install.log.


To upgrade commands pre-downloaded from other sources:

Delete the previous versions from the extension folder and Move the new versions into the extension folder. Now just run sbpm reinstall, and you're done! Logs will be available at logs\uninstall.log and logs\install.log.


To upgrade commands available here:

Open Command Prompt (Win+R, type cmd and hit Enter/Win+X, C) then type sbpm install _package_ /upgrade or sbpm install _package_ /U (replace _package_ with the name of the desired package). You're done! A log will be available at logs\install.log.


To uninstall SBPM completely:

Just run sbpm uninstall and it's gone! A log will be available at logs\uninstall.log.


To uninstall a command installed with SBPM:

Open Command Prompt (Win+R, type cmd and hit Enter/Win+X, C), Type sbpm uninstall _package_ (replace _package_ with the name of the desired package.) and it's removed! A log will be available at logs\uninstall.log.


Update the package manager:

Open Command Prompt (Win+R, type cmd and hit Enter/Win+X, C) and then Type sbpm update. Once it has went through the process of updating, logs will be available at logs\install.log, logs\uninstall.log, and logs\update.log.

Known issues

Report another issue

Code

This code is open source and available on GitHub.

View It