Yugal CLI Commands
Commands for YUGAL CLI are below
Starting New Project
>> yugal --init <project name>
Installing Custom Library
>> yugal --install <github repo url>
Removing Installed Library
>> yugal --remove <library-name>
All Installed Library with their names and repositories
>> yugal --show all
Toggle between Developer and Production Mode.
Run command below to turn Developer Mode on
yugal --dev on
Run command below to turn Developer mode off and turn Production mode on
yugal --dev off
These commands whill take care of file permissions and DEV_MODE
in string.php
so you don't have to take care of them.
Last updated