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 allToggle between Developer and Production Mode.
Run command below to turn Developer Mode on
yugal --dev onRun command below to turn Developer mode off and turn Production mode on
yugal --dev offThese 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