UNPKG

node-plantuml

Version:

A Node.js module and CLI for running PlantUML

9 lines (7 loc) 163 B
#!/usr/bin/env node 'use strict' if (require.main === module) { require('./lib/node-plantuml-cmd') } else { module.exports = require('./lib/node-plantuml') }