Wordpress installer is a composer package that will guide you during a Wordpress installation. Wordpress core and plugins dependencies will be managed via composer.
Install composer and then start your project with this command
composer create-project dummy-team/wp-installer name-of-your-project
Note: name-of-your-project will be the destination folder so don't forget to change it.