esteban/yeapf2-tools
Composer 安装命令:
composer require esteban/yeapf2-tools
包简介
YeAPF2 command line tools
README 文档
README
This project is intended to be used at command line to create and manipulate a YeAPF2 project. Whe present here two opctions: Install of this package or install an specific project.
A. Installation this package
-
Install this package globally
composer global require esteban/yeapf2-tools
-
You can find the composer path using this command:
composer global config bin-dir --absolute
This path will be used later in third point
Or use just the
$HOME/.composer/vendor/bin. -
Change your PATH variable
In MacOS you can do
nano ~/.bash_profileif using bash ornano ~/.zshrcIn Linux you can do
nano ~/.bashrcAdd aline as this:
export PATH="$PATH:$HOME/.composer/vendor/bin"
B. Installing a project alone
Go to the folder of your project and run this command:
This will install y2-classic-example project in www folder of your project.
bash <(curl -Ls https://raw.githubusercontent.com/EDortta/yeapf2-tools/main/install-project.sh ) y2-classic-example
You can just ompit the project name and it will list the projects available.
bash <(curl -Ls https://raw.githubusercontent.com/EDortta/yeapf2-tools/main/install-project.sh )
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-10