Updated ExampleLibrary and fixed the project creation command to use the correct source directory

This commit is contained in:
Netkas 2022-10-20 14:16:58 -04:00
parent b0718aeb74
commit 191b121542
6 changed files with 130 additions and 7 deletions

View file

@ -726,5 +726,8 @@
}
file_put_contents($NCC_INSTALL_PATH . DIRECTORY_SEPARATOR . 'ncc.yaml', Yaml::dump($config_obj));
Console::out('NCC version: ' . NCC_VERSION_NUMBER . ' has been successfully installed');
Console::out('For licensing information see \'' . $NCC_INSTALL_PATH . DIRECTORY_SEPARATOR . 'LICENSE\' or run \'ncc help --license\'');
exit(0);