Skip to content

Tool to convert dwg file format to dxf file format

Notifications You must be signed in to change notification settings

open-indoor/dwg-to-dxf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dwg-to-dxf

Tool to convert dwg file format to dxf file format

Build

docker build \
    --label openindoor/dwg-to-dxf \
    -t openindoor/dwg-to-dxf \
    dwg-to-dxf

Deploy

docker tag openindoor/dwg-to-dxf openindoor/dwg-to-dxf:1.0.0
docker push  openindoor/dwg-to-dxf:1.0.0

Usage

docker run \
    -v $(pwd)/../private_data/PLANS:/data \
    -it \
    openindoor/dwg-to-dxf

About

Tool to convert dwg file format to dxf file format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published