Springmake
Spring Boot CLI for making classes from CLI, (*1)
Installation
composer global require nasrulhazim/springmake
Usage
New Controller
$ springmake controller Hello/World
This will create a class in your application - src/main/java/Controllers/Hello/World.java, (*2)
New Model
$ springmake model Hello/World
This will create a class in your application - src/main/java/Models/Hello/World.java, (*3)
Contributing
Thank you for considering contributing to the Laravel Standalone Package Creator! You can fork and make a pull request to contribute!, (*4)
Security Vulnerabilities
If you discover a security vulnerability within this package, do report in the Issues tab of this repository. All security vulnerabilities will be promptly addressed., (*5)
License
The springmake is open-sourced software licensed under the MIT license., (*6)