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
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-rendererIt can then be used to render dbml files like so:
dbml-renderer -i example.dbml -o output.svg