### Install the package Source: https://github.com/aerocommerce/cli/blob/master/README.md Installs the Aero Commerce CLI tool globally using Composer. ```bash composer global require aerocommerce/cli ``` -------------------------------- ### Generate a New Project Source: https://github.com/aerocommerce/cli/blob/master/README.md Creates a new Aero Commerce project with the specified name. ```bash aero new my-store ``` -------------------------------- ### Generate a New Project in Current Directory Source: https://github.com/aerocommerce/cli/blob/master/README.md Creates a new Aero Commerce project in the current directory, inferring the project name from the directory name. ```bash aero new ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.