README
StarUML to SQL
This library exists to help convert your StarUML .mdj file extension to SQL file.
Installation
npm i staruml-to-sql
Usage
const staruml = require('staruml-to-sql);
staruml.convert('fullpath-mdj-file', 'save-folder-destination');