2017-25 © Pedro Peláez
 

library architect

Robo build configuration for internal use in BCA projects.

image

bca/architect

Robo build configuration for internal use in BCA projects.

  • Monday, June 22, 2015
  • by brodkinca
  • Repository
  • 1 Watchers
  • 1 Stars
  • 292 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 22 Versions
  • 0 % Grown

The README.md

Architect

Important Notice: This repository, while open source, is not generally well-suited for use in the projects of other agencies or individuals without significant modification. That being said we encourage you to fork and use it in part or in whole as you see fit., (*1)

What is it?

Designed for internal use in BCA projects, Architect is the Phing build template on top of which we create our project build files. It's not a copy and paste job either! We require this package via Composer and import it directly into the project build file, which can then modify the tasks and add its own without having to reinvent the wheel., (*2)

System Requirements

Getting Started

  1. Run the following commands in the CLI:, (*3)

      composer require --dev bca/architect:~1.2
      phing -f vendor/bca/architect/build.default.xml buildfile
    
  2. Optional Run phing init to create a good starting point. This command will:, (*4)

    • Copy the default build.properties file to the root of your project.
    • Set the name of the project based upon the name of your directory.
    • Symlink your Git pre-commit hook to the phing scm task.

From now on you can run phing to run the default tasks or you can run tasks individually by name. (i.e. phing phpcs or phing phpunit), (*5)

If you have a CI server you can have it execute phing default-ci to run CI-specific versions of each task that generate extra log files, which can then be used by the system to track your project. Logs are written to build/logs by default., (*6)

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version., (*7)

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details., (*8)

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/., (*9)

Copyright 2015 Brodkin CyberArts, (*10)

The Versions

19/05 2015

dev-master

9999999-dev

Phing build configuration for internal use in BCA projects.

  Sources   Download

GPL-3.0+

The Requires

 

by Brodkin CyberArts

19/05 2015

1.2.6

1.2.6.0

Phing build configuration for internal use in BCA projects.

  Sources   Download

GPL-3.0+

The Requires

 

by Brodkin CyberArts

15/05 2015

1.2.5

1.2.5.0

Phing build configuration for internal use in BCA projects.

  Sources   Download

GPL-3.0+

The Requires

 

by Brodkin CyberArts

30/03 2015

1.2.4

1.2.4.0

Phing build configuration for internal use in BCA projects.

  Sources   Download

GPL-3.0+

The Requires

 

by Brodkin CyberArts