tars-deploy document
Introduction
Tars-deploy is used to package the project and facilitate the distribution of tool components on the tars management platform.
Instructions
Dependence
Phar extension
Make sure the
./tars/tars.proto.php
file under the project exists and contains the following
Introduce tars-deploy to the project's composer.json
Add the following to the project composer.json
Execute the command
composer run-script deploy
in the project directory to generate a compressed package of the project to be uploaded
Last updated