You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the first approach, I will create two packages the installer itself as a composer plugin and an empty skeleton project package with the installer as a dependency.
Once you execute the composer create-project antidot-fw/skeleton command, it will download only the installer dependencies and it will prompt the related questions to create the correct installation. Depending on your selection it will update or recreate the composer.json file and set up the correct file structure.
First iteration questions:
It should let the developer choose between the installation type:
What type of application do you want to install?
Classic Web App
Serverless App
Console Line Tool
Micro Http App
React Http App
It should let the developer choose between config style:
Choose config style
php
yaml
It should let the developer choose between primary namespace:
Select the primary namespace for your application[App]
It should let the developer installing default docker server:
Do you want to install pre-configured Docker environment?[yes/no]
It should let the developer installing Packagist packages:
A recursive question while it doesn't have an answer
Do you want no add any package?
In the serverless version, it should let the developer installing minimal serverless.yaml for Bref configuration running the beef init command
For the 1.0.0 version of the installer, we want to be able to install these five different application skeletons:
I have to define the different tasks implicit in the above wishlist.
The text was updated successfully, but these errors were encountered: