Skip to content

Dockerfile for creating official cmake_format images

Notifications You must be signed in to change notification settings

boppybibbles/cmake-format-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Official Docker Images for cmake-format

Fetch the latest with, e.g.

docker pull cheshirekow/cmake-format

or run with

docker run -ti --rm -v ${PWD}:${PWD} -w ${PWD} -u $(id -u):(id -g)  \
  cheshirekow/cmake-format \
  cmake-format -i ./**/CMakeLists.txt

About

Dockerfile for creating official cmake_format images

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.6%
  • Dockerfile 46.4%