Skip to content

arajczy/docker-prettier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image Size (tag) Docker Pulls GitHub License GitHub Workflow Status (with event) GitHub issues

Usage

  1. Pull the image from registry

    pull arajczy/prettier
  2. run the container

    docker run -i --rm -v $(pwd):/data arajczy/prettier

Install dockerized prettier application @ LibreELEC

  1. Pull the image

    pull arajczy/prettier
  2. Add application script

    mkdir -p /storage/bin
    echo '#!/bin/sh' > /storage/bin/prettier
    echo 'docker docker run -i --rm -v `pwd`:/data arajczy/prettier "$@"' >> /storage/bin/prettier
    echo 'export PATH=/storage/bin:$PATH' >> /storage/.profile
  3. Source .profile

    source /storage/.profile
  4. Run the application

    prettier --version

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors