igorw/composer-yaml
最新稳定版本:v1.0.0
Composer 安装命令:
composer require igorw/composer-yaml
包简介
Tool to convert from composer.yml to composer.json.
README 文档
README
This project allows you to convert a composer.yml file into composer.json format. It will use those exact filenames of your current working directory.
Warning: If you already have a composer.json file, it will overwrite it.
Installation
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install
Build Phar package
$ curl -s http://box-project.org/installer.php | php
$ php box.phar build
Usage
To convert from yaml to json, run:
$ bin/composer-yaml convert
To convert from json to yaml, run:
$ bin/composer-yaml convert composer.json composer.yml
Alternatively, you can use the phar package to execute the same command using
$ php composer-yaml.phar [command]
统计信息
- 总下载量: 530
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 57
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-03-11