pauldro/minicli-v2-app

There is no license information available for the latest version (v0.52) of this package.

Minicli Application Template

v0.52 2025-08-15 22:01 UTC

This package is auto-updated.

Last update: 2025-08-15 22:02:42 UTC


README

Template for cli apps using minicli

Script file

./minicli is the base file that the app will run through, rename it what you'd like your base command to be called, make file executable using chmod

chmod +x minicli

Help Command

./{script} help will display help functions and the options available

.env Environment Variables

Set up your Environment by setting Variables in the .env file Look at the .env-example file for variables that should be set

install.sh

Set up server environment by running this shell script as root