https://github.com/jacobbednarz/drush_routes
Drush alternative to Rake's `routes` command
https://github.com/jacobbednarz/drush_routes
Last synced: about 1 month ago
JSON representation
Drush alternative to Rake's `routes` command
- Host: GitHub
- URL: https://github.com/jacobbednarz/drush_routes
- Owner: jacobbednarz
- Created: 2014-08-02T23:45:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-04T07:58:05.000Z (over 10 years ago)
- Last Synced: 2025-02-07T13:54:25.210Z (3 months ago)
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drush routes
Because sometimes you just want to know where your Drupal routes go.
### Usage
```sh
$ drush routesMODULE NAME PATH FILENAME
clientside_validation admin/config/validation/clientside_validation/*/*/delete clientside_validation.admin.inc
clientside_validation clientside_validation/ajax clientside_validation.module
clientside_validation clientside_validation/captcha clientside_validation.module
clientside_validation clientside_validation/phone clientside_validation.module
colorbox admin/config/media/colorbox colorbox.admin.inc
context_ui admin/structure/context/settings context_ui.module
context_ui context-ui/activate context_ui.module
context_ui context-ui/deactivate context_ui.module
countries admin/config/regional/countries countries.admin.inc
```
### Installation- Clone the repository into your `~/.drush` directory.
```sh
$ git clone [email protected]:jacobbednarz/drush_routes.git ~/.drush
```
- Run a `drush cache-clear drush` to ensure the command is available and picked
up.
### ContributingFound a bug? Think that something can be improved? Open [an issue](https://github.com/jacobbednarz/drush_routes/issues) - bonus points for pull requests!