Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Phpactor Packages

Build Status

WORK IN PROGRESS

This repository contains all Phpactor libraries and extensions in addition to a bin/phpactor binary which integrates all of the extensions in this mono-repository.

Although this package can be used as a standalone Phpactor, it is currently recommended to use the (more featured) down-stream phpactor/phpactor distribution.

Adminstration

Generate version report

Report the current version status for all packages:

./vendor/bin/maestro run -rversion --filter='task["alias"]=="survey"'

Pull upstream packages

NOTE: This is only necessary before we switch to a monorepo.

# extensions
./vendor/bin/maestro run --report=json --no-loop \
    | jq '.nodes[] | select(.prototype == "extension") | .name' -r \
    | xargs -I % git subtree pull --prefix=extension/% git@github.com:phpactor/% master

# libraries
./vendor/bin/maestro run --report=json --no-loop \
    | jq '.nodes[] | select(.prototype == "library") | .name' -r \
    | xargs -I % git subtree pull --prefix=libraru/% git@github.com:phpactor/% master

About

Monorepo for all Phpactor packages

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.