ronvanderheijden / bin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binaries

Installation

# create directory
mkdir $HOME/code && cd $HOME/code

# clone bin repository
git clone git@github.com:ronvanderheijden/bin.git

# add directory to your $PATH
echo 'export PATH = $HOME/code/bin:$PATH' >> $HOME/.zshrc

What is included

composer

Usage: composer command [options] [arguments]

Example:
  composer init
  composer install
  composer update

php

Usage: php <command>

Example:
  php build
  php -r "echo date('Y-m-d');"
  php info.php

symfony

Usage: symfony <command>

Example:
  symfony security:check
  symfony check:requirements

symfony

Usage: symfony <command>

Example:
  symfony security:check                  # Check security issues in project dependencies
  symfony check:requirements              # Check requirements

wd

Usage: wd <directory>

Example:
  wd bin

invoice

Usage: invoice <...minutes>

Example:
  invoice 30 40 60

About


Languages

Language:Shell 61.8%Language:Dockerfile 38.2%