- 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:
parent
8ea203a0f1
commit
0e8397ec1f
23 changed files with 814 additions and 445 deletions
|
@ -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))
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"project": {
|
||||
"compiler": {
|
||||
"extension": "php",
|
||||
"minimum_version": "8.0"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue