DEV Community

m4iva
m4iva

Posted on

Too many .xml files to manage? Here is a simple and lightweight cli that solves that!

XMLM - XML Analysis Tool

A simple terminal tool that reads one or more XML files and processes them using natural language. Summarize, analyze, and compare XML files with ease.

In a nerdy way to say:

XMLM is a Node.js-based CLI tool that integrates Ollama (with local model files) to provide smart analysis of XML files. It can generate summaries of individual files or compare multiple files to identify differences and similarities. Can used for big ammounts of files or information.

Here is the github repo: everm4iva/xmlm-cli

Im working on make it general purpose, support more types of files like besides .xml

Top comments (0)