aerocommerce/cli
Composer 安装命令:
composer require aerocommerce/cli
包简介
Aero Commerce CLI Tool.
关键字:
README 文档
README
A command line installer for your Aero Commerce projects.
Installing the package
composer global require aerocommerce/cli
Make sure to place the $HOME/.composer/vendor/bin directory (or the equivalent directory for your OS) in your $PATH so that the aero executable can be located by your system.
Once installed, you should be able to run aero {command} from within any directory.
Installing Aero Commerce
Generating a New Project
Use the new command to create a new Aero Commerce project:
aero new my-store
This will download the latest version and install it into the my-store directory.
To install the project into the current directory, simply use aero new without specifying a project name.
The project will be inferred from the name of the current directory.
统计信息
- 总下载量: 1.42k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-28