- Added new template PhpCliTemplate phpcli

- Added new template PhpLibraryTemplate `phplib`
 - Implemented a template engine and refactored the CLI menu for the Project Manager and added a new `template` command
This commit is contained in:
Netkas 2023-09-01 03:47:01 -04:00
parent 8ea203a0f1
commit 0e8397ec1f
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
23 changed files with 814 additions and 445 deletions

View file

@ -20,7 +20,7 @@
*
*/
$build_directory = __DIR__ . DIRECTORY_SEPARATOR . 'ncc' . DIRECTORY_SEPARATOR . 'build';
$build_directory = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'build';
$autoload_path = $build_directory . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR . 'autoload.php';
if(!is_dir($build_directory))

View file

@ -1,8 +0,0 @@
{
"project": {
"compiler": {
"extension": "php",
"minimum_version": "8.0"
}
}
}