Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonhattan/drush-convert-commands
Converts commands defined via `hook_drush_command()` to new annotated commands.
https://github.com/jonhattan/drush-convert-commands
Last synced: 20 days ago
JSON representation
Converts commands defined via `hook_drush_command()` to new annotated commands.
- Host: GitHub
- URL: https://github.com/jonhattan/drush-convert-commands
- Owner: jonhattan
- Created: 2017-01-21T16:15:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T22:21:38.000Z (about 8 years ago)
- Last Synced: 2024-11-21T07:42:05.551Z (3 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Converts commands defined via `hook_drush_command()` to new annotated commands.
Generates a class with command methods annotated and with the old callback function body. Ready for the not-so-boring work.
Usage: `drush convert-to-annotated pm`