JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10020
  • Score
    100M100P100Q217104F
  • License ISC

Package Exports

  • @softwaretechnik/dbml-renderer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@softwaretechnik/dbml-renderer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm version

dbml-renderer renders dbml files to svg images. It provides a command line interface, so that you can easily use it in your documentation toolchain.

Command line usage

npm install -g @softwaretechnik/dbml-renderer

It can then be used to render dbml files like so:

dbml-renderer -i example.dbml -o output.svg