2017 © Pedro Peláez
 

library xml-authoring-tools

PHP Console commands for managing xml files.

image

xmlsquad/xml-authoring-tools

PHP Console commands for managing xml files.

  • Monday, June 25, 2018
  • by forikal-uk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

xml-authoring-tools

A composer library of tools to help build and manage an xml-authoring-project., (*1)

In most cases you will run the tools in the context of an xml authoring project., (*2)

Prerequisites

Using at xml-authoring-project

  • Put next lines at project's composer.json:, (*3)

    "config": {
        "bin-dir": "bin"
    }
    
  • Require tools library:, (*4)

    composer require xmlsquad/xml-authoring-tools
    
  • List available commands:, (*5)

    bin/console
    

Contribute

cd ~/
git clone https://github.com/xmlsquad/xml-authoring-tools.git
cd xml-authoring-tools

# Install
composer install --dev

# Make you own feature branch
git checkout -b feature-XXX

# Make changes with tests
# ...

# Make sure tests are passing
vendor/bin/phpunit

# Push your changes
git push origin feature-XXX

Test

composer install --dev
vendor/bin/phpunit

The Versions

25/06 2018
06/06 2018

v0.2.2

0.2.2.0

PHP Console commands for managing xml files.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

06/06 2018

v0.2.1

0.2.1.0

PHP Console commands for managing xml files.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

01/06 2018

v0.2.0

0.2.0.0

PHP Console commands for managing xml files.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

01/06 2018

v0.1.1

0.1.1.0

PHP Console commands for managing xml files.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

29/05 2018

v0.1.0

0.1.0.0

PHP Console commands for managing xml files.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

29/05 2018

v0.0.3

0.0.3.0

PHP Console commands for managing xml files.

  Sources   Download

Apache-2.0

The Requires

 

29/05 2018

v0.0.2

0.0.2.0

PHP Console commands for managing xml files.

  Sources   Download

Apache-2.0

The Requires

 

27/05 2018

v0.0.1

0.0.1.0

PHP Console commands for managing xml files.

  Sources   Download

Apache-2.0