Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvnc0/gimli-devtools
Devtools for Gimli Framework
https://github.com/dvnc0/gimli-devtools
Last synced: 15 days ago
JSON representation
Devtools for Gimli Framework
- Host: GitHub
- URL: https://github.com/dvnc0/gimli-devtools
- Owner: dvnc0
- Created: 2024-07-17T05:52:36.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T06:18:51.000Z (4 months ago)
- Last Synced: 2024-11-21T10:51:01.290Z (about 2 months ago)
- Language: PHP
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GimliDuck Devtools
WIP devtools for GimliDuck
composer require --dev danc0/gimliduck-devtools
Used with [GimliDuck PHP Framework](https://github.com/dvnc0/gimli-php)
```bash
_ _ _
(_) | (_)
__ _ _ _ __ ___ | |_
/ _` | | '_ ` _ \| | |
| (_| | | | | | | | | |
\__, |_|_| |_| |_|_|_|
__/ |
|___/
-----------------------------------------------
✅ v0.1.0 👾 dvnc0Devtools for GimliDuck Framework
|Command |Description |
|------------------------------|------------------------------------------|
|init |Create a devtools configuration file |
|controller |Create a new controller |
|logic |Create a new logic file |
|model |Create a new model |
|job |Create a new Job |
|event |Create a new event |
|version |Prints the version information for gimli |
```Create the devtools config file with `vendor/bin/gimli init`
Use `vendor/bin/gimli help` to view commands and `vendor/bin/gimli --help` for more information on a specific command.
## Current planned features:
- Create a new middleware
- Create a migration
- Create a route file
- Add a route to a route file
- Add a Vue file
- Create a skeleton project
- Run Vue build
- Run TailwindCSS build
- Run migrations