Code Monkey home page Code Monkey logo

docker-beautifiers's Introduction

Docker Beautifiers Build Status

Docker images for code beautifiers/formatters.

Docker Images

See list of beautifier Docker images at https://hub.docker.com/u/unibeautify/

Name Build Status Pulls Stars Size
autopep8 Docker Build Status Docker Pulls Docker Stars Docker Size
beautysh Docker Build Status Docker Pulls Docker Stars Docker Size
black Docker Build Status Docker Pulls Docker Stars Docker Size
brittany Docker Build Status Docker Pulls Docker Stars Docker Size
ClangFormat Docker Build Status Docker Pulls Docker Stars Docker Size
Crystal Docker Build Status Docker Pulls Docker Stars Docker Size
elm-format Docker Build Status Docker Pulls Docker Stars Docker Size
goimports Docker Build Status Docker Pulls Docker Stars Docker Size
ocp-indent Docker Build Status Docker Pulls Docker Stars Docker Size
php-cs-fixer Docker Build Status Docker Pulls Docker Stars Docker Size
phpcbf Docker Build Status Docker Pulls Docker Stars Docker Size
puppet-lint Docker Build Status Docker Pulls Docker Stars Docker Size
Rscript Docker Build Status Docker Pulls Docker Stars Docker Size
rubocop Docker Build Status Docker Pulls Docker Stars Docker Size
ruby-beautify Docker Build Status Docker Pulls Docker Stars Docker Size
sass-convert Docker Build Status Docker Pulls Docker Stars Docker Size
sqlformat Docker Build Status Docker Pulls Docker Stars Docker Size
uncrustify Docker Build Status Docker Pulls Docker Stars Docker Size

Installation

Docker is required.

Using Whalebrew

  1. Install Whalebrew
  2. whalebrew install unibeautify/BEAUTIFIER
    e.g. whalebrew install unibeautify/php-cs-fixer
  3. Profit! You can now run the installed beautifier command.
    e.g. php-cs-fixer --version

Manually

  1. Pull the Docker image: docker pull unibeautify/BEAUTIFIER
    e.g. docker pull unibeautify/php-cs-fixer
  2. Run the Docker image: docker run -it -v "$(pwd)":/workdir -w /workdir unibeautify/BEAUTIFIER "--version"
    e.g. docker run -it -v "$(pwd)":/workdir -w /workdir unibeautify/php-cs-fixer "--version"

Note: Some tools could change file ownership/permissions upon reformat and/or rewriting. Adding --user "$(id -u):$(id -g)" to your docker run command should prevent this.

docker-beautifiers's People

Contributors

glavin001 avatar stevenzeck avatar renovate-bot avatar stepahn avatar ekilmer avatar kumekay avatar ntzm avatar gorghoa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.