Command Line tool pass it name of the folder and it will download latest wordpress version
composer require "ahmed32ali/wp_installer:*@dev" You must mention that this is @dev env becuase it's not stable yet or from composer.json file,
"require": {
"ahmed32ali/wp_installer":"*@dev"
}
./wp-installer new wordpress-project this command will download new wordpress installation to wordpress-project folder
MIT © Ahmed Ali