Skip to content

Dockerized tools. Make your environment cleaner.

License

Notifications You must be signed in to change notification settings

ipunkt/dockerized

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized

Read about it on Medium

Motivation

In some cases you do not want to install something directly on your OS, because it can create caches, hidden directories, etc. and you will loose track of it

Installation

OS: Linux

To install:

git clone https://github.com/ipunkt/dockerized.git $HOME/dockerized

And add it to your path in .<bash|zsh|etc>rc file:

# You need to prepend it to path to overwrite what you have in your path
export PATH=$HOME/dockerized/bin:$PATH

# Or, to just add new functionality, add this
export PATH=$PATH:$HOME/dockerized/bin

Supported Commands

PHP

  • php
  • composer
  • phpunit
  • phpco
  • phpcs
  • phpcbf
  • phpmd phpmd . text cleancode,codesize,controversial,design,naming,unusedcode
  • phpstan phpstan analyse [folder]

Node

  • node
  • npm
  • npx
  • yarn
  • gulp

Docker

  • docker-purge-all
  • docker-stop-all
  • docker-update-images

Rancher

  • rancherize
  • rancherize-latest

Misc

  • http
  • gtt
  • wizzy
  • cypress - acceptance testing / end-to-end testing

About

Dockerized tools. Make your environment cleaner.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%