Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shrop/drupal.chocmixin
Drupal Mixin for the tasty Chocolat app
https://github.com/shrop/drupal.chocmixin
Last synced: about 2 months ago
JSON representation
Drupal Mixin for the tasty Chocolat app
- Host: GitHub
- URL: https://github.com/shrop/drupal.chocmixin
- Owner: shrop
- License: mit
- Created: 2013-12-15T18:27:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T19:32:33.000Z (about 11 years ago)
- Last Synced: 2024-10-12T02:23:36.674Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Drupal Chocolat Mixin
Contains a number of helpers for Drupal development.
## Requirements
* The tasty [Chocolat app](http://chocolatapp.com)
* Some actions require a working Drupal install
* Drush
* Install Drush using the amazing Homebrew: `brew install drush`
* Other install options and docs can be found [here](https://github.com/drush-ops/drush)
* Note: Drush needs to be in $PATH for /bin/sh
## Usage
### Clear Drupal Caches
* Open one file (any file) in a Drupal install where you want to clear caches
* Access via menu Actions/Drupal/Clear Drupal caches or key binding ⌥⌘x
### Coder Review
* Coming soon!