2017 © Pedro PelĂĄez
 

project giroapp

Command line app for managing autogiro donations

image

byrokrat/giroapp

Command line app for managing autogiro donations

  • Monday, May 14, 2018
  • by hanneskod
  • Repository
  • 1 Watchers
  • 2 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 22 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

byrokrat, (*1)

Giroapp

Packagist Version Build Status Quality Score, (*2)

Command line app for managing autogiro donations., (*3)

Installation

Install using phive, (*4)

phive install byrokrat/giroapp

As a phar archive

Download the latest phar archive from the releases tab., (*5)

Optionally rename giroapp.phar to giroapp for a smoother experience., (*6)

Using composer

Install as a composer dependency, (*7)

composer require byrokrat/giroapp

This will make giroapp avaliable as vendor/bin/giroapp., (*8)

From source

To build you need make, (*9)

make
sudo make install

The build script uses composer to handle dependencies and phive to handle build tools. If they are not installed as composer or phive respectivly you can use something like, (*10)

make COMPOSER_CMD=./composer.phar PHIVE_CMD=./phive.phar

Getting started

By default giroapp looks for configurations in a file called giroapp.ini in the current working directory. Tell giroapp where to look for configurations be defining a GIROAPP_INI environment variable., (*11)

Run giroapp init to create a default giroapp.ini in the current working directory. Edit using a standard text editor., (*12)

Simply run giroapp to se the list of avaliable commands., (*13)

Plugins

Giroapp supports dynamic plugins. Officially supported plugins:, (*14)

The Versions