devnet / console
Console Application
Installs: 20
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- devnet/system: 1.1.*
This package is not auto-updated.
Last update: 2025-05-13 15:34:49 UTC
README
This package is a Console application template for DevNet Framework.
Requirements
Installation
You can use DevNet CLI to create a console application project by running the following command in your terminal:
devnet new console --project [project-Name]
Or using composer
composer create-project devnet/console [project-Name]
Execution
To run the application, navigate to the root of your project and run the following command in the Terminal:
./bin/run
Or using DevNet CLI
devnet run
Documentation
Full documentation on how to use DevNet Framework is available at devnet-framework.github.io