UNPKG

diagrams

Version:

Generate Flowcharts, Network Sequence, Dot, and Railroad Diagrams

8 lines (6 loc) 198 B
/** * Get the current version of the command line tool */ var path = require('path'), packageInfo = require(path.resolve(__dirname, "../package.json")); module.exports = packageInfo.version;