nasrulhazim / springmake
Create Spring Boot Classes via CLI
v0.0.3
2017-11-25 16:38 UTC
Requires
- guzzlehttp/guzzle: ^6.2
- symfony/console: ^3.2
- symfony/filesystem: ^3.2
This package is auto-updated.
Last update: 2024-10-06 13:08:12 UTC
README
Spring Boot CLI for making classes from CLI
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
New Model
$ springmake model Hello/World
This will create a class in your application - src/main/java/Models/Hello/World.java
Contributing
Thank you for considering contributing to the Laravel Standalone Package Creator! You can fork and make a pull request to contribute!
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.
License
The springmake is open-sourced software licensed under the MIT license.