prestissimo (composer plugin)
github 原地址 prestissimo
使用了下安装速度蛮快的。
>=1.0.0
(includes dev-master)>=5.3
, (suggest >=5.5
, because curl_share_init
)$ composer global require hirak/prestissimo
$ composer global remove hirak/prestissimo
288s -> 26s
$ composer create-project laravel/laravel laravel1 --no-progress --profile --prefer-dist
prestissimo ^0.3.x
自动识别作曲家的配置.不需要做其他改动
To avoid Composer asking for authentication it is recommended to follow the procedure on composer's authentication.
For github.com you could also use an auth.json
file with an oauth access token placed on the the same level as your composer.json
file:
{
"github-oauth": {
"github.com": "YOUR_GITHUB_ACCESS_TOKEN"
}
}
MIT License. See the LICENSE file.
1
ritaswc 2019-06-19 11:52:13 +08:00
啧啧 有点意思
|