Skip to content

amincheloh/NBDrupalDevel

 
 

Repository files navigation

README - 2.0 - Final

Netbeans Drupal Development Tool (NDDT)

NOTE ON DRUSH: When setting up Drush, you must specify the absolute path to the folder that drush exists in. This will be the folder containing drush.php. Please see this issue for more information tusharjoshi#15

NDDT now has its own website. Read news on upcoming releases and share code snippets

http://nddt.hollyit.net/

What is NDDT

NDDT is a module for the NetBeans IDE that aides in the development of Drupal module and theme development. It provides rapid access to all the core Drupal hooks and theme override functions.

NDDT is powered by a custom templating system that allows for easy customization and addition of new Drupal hooks and code snippets. View the Help section inside of NDDT for examples of how you can quickly expand the functionality of this tool.

Drush Integration

Starting with version 2 Drush is now a part of NDDT. Execute numerous Drush related commands without ever having to leave your IDE. A custom Drush plugin is also utilized allowing you to find all places where a certain hook is invoked.

The version 2 release of NDDT now has integration with Drush.

Requirements

  • Netbeans 7.0.1 or greater
  • Drush installed and configured on your local machine (for Drush related features only)

Installation

Head over to the downloads section and grab the NBM. Open up Netbeans and go to Tools->Plugins. Select the Downloaded tab in the Plugins window then click the "Add Plugins" button. Navigate to the file you saved and select it. Simply follow the on-screen instructions and you are ready to go.

Documentation

Documentation is included in the tool under the NetBeans help menu.

Contributing

NDDT is open source, licensed under the GPL. If you are interested in contributing to the development of the tool or even the documentation then please contact me here on GitHub.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%