A lightweight package manager for managing GitHub-based packages. Install, list, and update packages with ease directly from the command line.
curl -sSL https://riviox.is-a.dev/flash.sh | bashor
curl -sSL https://raw.githubusercontent.com/riviox/flash/master/installer.sh | bashFlash supports the following commands:
- Install a Package:
-S <github_user>/<repo> - List cloned Packages:
-L - Update a Package:
-U <package> - Update All Installed Packages:
-UA
exec: Specifies the installation command for the package.name: Provides the name of the package.desc: Offers a brief description of the package.clear=true/false: Indicates whether the cloned package directory should be removed after installation.deps: Specifies dependencies
config.flash
exec=make install
name=flash
desc=A lightweight package manager for managing GitHub-based packages. Install, list, remove, and update packages with ease directly from the command line.
clear=true
deps=rust

