https://github.com/tobybatch/drush-d7-module-templater
https://github.com/tobybatch/drush-d7-module-templater
drupal drupal-7 drush drush-commands php
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobybatch/drush-d7-module-templater
- Owner: tobybatch
- License: gpl-3.0
- Created: 2018-01-18T20:09:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T14:04:26.000Z (about 8 years ago)
- Last Synced: 2025-01-15T02:39:17.563Z (about 1 year ago)
- Topics: drupal, drupal-7, drush, drush-commands, php
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stubs out an empty module with a admin screen and a permissions hook.
drush ntmt /path/to/some/some_module_name
Or for a full eaxmple (Country Hideaways)
drush ntmt sites/all/modules/custom/ntch_modules/ntch_newmod \
--admin_path=ntch \
--package="Country Hideaways" \
--php_min_ver=5.5