Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!