Skip to content

Tools to help build and manage a repository of xml files. A parent Symfony console depending on commands held in other repos in the suite.

License

Notifications You must be signed in to change notification settings

xmlsquad/xml-authoring-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xml-authoring-tools

A composer library of tools to help build and manage an xml-authoring-project.

In most cases you will run the tools in the context of an xml authoring project.

Prerequisites

Using at xml-authoring-project

  • Put next lines at project's composer.json:

    "config": {
        "bin-dir": "bin"
    }
  • Require tools library:

    composer require xmlsquad/xml-authoring-tools
  • List available commands:

    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

About

Tools to help build and manage a repository of xml files. A parent Symfony console depending on commands held in other repos in the suite.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages