Skip to content

Ashwini7/drupal-module-set-renamer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Drupal Module Renamer

Rename Drupal modules: creates a new module, copy all files over, rename files, directories and strings, such as functions, includes.

Warning: do not use it without a thorough check after the process!

Usage: Single module

$ python -O rename.py NAME_FROM NAME_TO PATH_TO_MODULE

Group of modules

$ sh controller.sh NAME_FROM NAME_TO “site-name” PATH_TO_MODULES

About

This will recursively update a directory containing multiple modules and update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 52.3%
  • Python 47.7%