Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Super Git Configuration for QuickStart

This project requires quickstart.

From your home directory run this script: install-supergit.sh "your name" youremail@domain.com

Improvements installed:
* Git flow - convenience functions for high level branch management
- http://nvie.com/posts/a-successful-git-branching-model
- http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow

* Git Bash Completion - Tab completion of git stuff

* Git-Flow Bash Completion - Tab completion of git-flow commands and branches
- https://github.com/bobthecow/git-flow-completion

* Git aware shell (Thanks Work Habit)
- When inside a repository, the shell will append the current branch to the
end of the path, as well as a * if there are uncommitted changes.
For example: username[/path/to/repository][master*]

* Awesome git configuration (Thanks Work Habit) - command aliases and
pretty colors
- git st git status
- git ci git commit
- git cia git commit -a
- git br git branch
- git co git checkout
- git df git diff
- git lg git log -p
- git sth git stash
- git up git pull origin
- git who git shortlog -s --
- git spull git !git-svn rebase
- git spush git !git-svn dcommit

JTweetsAnywhere

Integration of the jtweetsanywhere jQuery library.

Coffeeescript

This module allows you to use coffeescript code in Drupal. Rather than, drupal_add_js, simply use coffeescript_add_cs. Coffeescript is a better alternative to Javascript.

Object Stream

Object Stream is a PHP 5.3 API, tuned for Drupal usage which aims to provide fast, flexible and API driven object set loaders.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools