pauldro / minicli-v2-app
Minicli Application Template
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/pauldro/minicli-v2-app
Requires
- php: >=8.1
- minicli/minicli: ^4.2
- pauldro/minicli-v2: dev-main
- vlucas/phpdotenv: ^5.6
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