- Compatible XF Versions
 - 2.1, 2.2
 
- Visible Branding
 - Yes
 
The add-on adds tools for XenForo developers to solve routine tasks.
Options:
Commands:
	
		
			
		
		
	
					
					
	
					
						
							
							
						
					
					
					
					
				Options:
- General:
- Enable / disable debugging
 - Enabling / disabling developer mode
 - Default add-on
 
 - Add-on create:
- Values for addon.json:
 - Developer (dev)
 - Developer URL (dev_url)
 - FAQ URL (faq_url)
 - Support URL (support_url)
 - Additional URLs (extra_urls)
 - Requirements (require)
 - Icon
 - Directory with additional files: files from this directory will be copied to the add-on directory during its creation
 - README.md: template for the file README.md, which will be added to the root directory of the add-on during its creation. There are {placeholders} available, which will be replaced with the corresponding properties XF\AddOn\AddOn or addon.json (only scalar types are supported)
 
 
Commands:
tc-dt:addon:create:this command performs the same functions as the standardxf-addon:create, but uses the settings from the «Add-on create» group described above.