plantuml-loader

1.0.0 • Public • Published

WebPack loader for UML

Config

Simply add configuration object to module.loaders like this.

      {
        test: /\.uml$/,
        loader: 'babel?presets[]=es2015,presets[]=react!svg-react!plantum?format=svg'
      }

Options:

  • format - everything that -t plantuml.jar supports. (txt, utxt, png, svg)
  • no-docker - this module use docker think/plantuml for generation svg. If you specify this option, loader will try to use local java and plantuml.jar

/plantuml-loader/

    Package Sidebar

    Install

    npm i plantuml-loader

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • yury
    • anjlab