Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 507 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 507 Bytes

rediagram WIP

rediagram runtime for Docker.

$ make build
docker build -t rediagram:0.0.0 .
...
Successfully built d5b17335837b
Successfully tagged rediagram:0.0.0
$ tree
.
└── MyInfra.rediagram.tsx

0 directories, 1 file
$ docker run --rm -v `pwd`:/workdir/ rediagram
$ tree
.
├── MyInfra.rediagram.png
└── MyInfra.rediagram.tsx

0 directories, 2 files

License

This software is released under the MIT License, see LICENSE.