This project is base template for a CLI app running with Symfony console components.
- Download the archive
- Replace the package
name
property in composer.json - Add you command class file in
src/App/Command
and register it inbin/console
.
- Download and install Box2 (https://github.com/box-project/box2)
- Execute
box build