Skip to content

Parses MyBB theme XML files, extracting stylesheets and templates into organized directories

Notifications You must be signed in to change notification settings

Yakov5776/MyBB-Theme-XML-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBB Theme XML Parser

This Node.js script parses a mybb_theme.xml file and extracts the stylesheets and templates, saving them as individual .css and .html files in organized directories.

Features

  • XML Parsing: Uses the xml2js library to parse the MyBB theme XML file.
  • Automatic Directory Creation: Creates directories based on the theme name, with separate folders for stylesheets and templates.
  • File Output: Saves each stylesheet as a .css file and each template as an .html file.

About

Parses MyBB theme XML files, extracting stylesheets and templates into organized directories

Topics

Resources

Stars

Watchers

Forks