1.0.0 • Published 6 years ago

staruml-to-sql v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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');
1.0.0

6 years ago