Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Latest commit

History

History
44 lines (34 loc) 路 1.42 KB

README.md

File metadata and controls

44 lines (34 loc) 路 1.42 KB

SeAT

installer

Code Climate StyleCI

This repository contains the SeAT Installer

Please use the main SeAT repository here for issues.

building a new phar

This repository contains a box.json file which defines how the phar for the seat command should be built. Once you have installed all of the dependencies for this project using composer install, build yourself an updated phar with: vendor/bin/box build.

Output should be similar to:

$ vendor/bin/box build

    ____
   / __ )____  _  __
  / __  / __ \| |/_/
 / /_/ / /_/ />  <
/_____/\____/_/|_|


Box (repo)

? Removing the existing PHAR "/projects/seat/packages/eveseat/installer/dist/seat.phar"
Building the PHAR "/projects/seat/packages/eveseat/installer/dist/seat.phar"
? Setting replacement values
  + @package_version@: 8f7019c
? No compactor to register
? Adding binary files
    > No file found
? Adding files
    > 1015 file(s)
? Adding main file: /projects/seat/packages/eveseat/installer/bin/seat
? Generating new stub
? Compressing with the algorithm "GZ"
? Setting file permissions to 493
* Done.

 // Size: 1.23MB
 // Memory usage: 8.63MB (peak: 14.43MB), time: 31.29s