Add lib skeleton command and sort config, spc_mode suuport, etc...

This commit is contained in:
crazywhalecc
2025-12-18 15:43:58 +08:00
parent 1707c679e8
commit dd5762fbd3
19 changed files with 866 additions and 109 deletions

View File

@@ -133,9 +133,8 @@ class PackageInstaller
// show install or build options in terminal with beautiful output
$this->printInstallerInfo();
InteractiveTerm::notice('Build process will start after 2s ...');
InteractiveTerm::notice('Build process will start after 2s ...' . PHP_EOL);
sleep(2);
echo PHP_EOL;
}
// Early validation: check if packages can be built or installed before downloading