Mc Docu

screenshot of Mc Docu
vite
vue
less
vuetify

Mirth Connect Documentation Tool based on Electron- Vite.js- Vue.js- Vuetify.js stack

Overview

The Mirth Connect Config Documentation Tool is an innovative open-source application that simplifies the process of parsing and visualizing Mirth Connect configuration files. Designed with cutting-edge technologies such as Vite, Vue, and Electron, this tool offers a seamless experience for users looking to manage their Mirth Connect configurations with ease. Currently in pre-release, it is tailored to work with Mirth Config version 4.4.0, emphasizing community involvement in its development.

With no warranty and a commitment to open-source principles, the Mirth Connect Config Documentation Tool serves as a valuable resource for those wishing to explore and contribute to enhancing its features.

Features

  • XML Configuration Parsing: Utilizes the xml2js library to effectively parse Mirth Connect configuration files in XML format.
  • Channel Display: Offers a clear view and analysis of Mirth Connect channels, enhancing the user's understanding of the configuration details.
  • Channel Exports: Allows users to export configurations as JSON files, including annotations, making it easy to save and share data externally.
  • Modern Architecture: Built with Vite for the frontend and Electron for a desktop experience, ensuring a responsive and user-friendly interface.
  • Active Community Participation: Encourages collaboration by allowing users to contribute to the project, report issues, and suggest improvements.
  • Development-Friendly Setup: Recommended IDE setup includes tools like VSCode, ESLint, Prettier, and Volar, ensuring a smooth development experience.
  • Cross-Platform Availability: Supports automated builds for macOS, Windows, and Linux, making it accessible for a wide range of users.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.