Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webuni/composer-neon-plugin
Composer plugin to convert a composer.neon to json or vice-versa.
https://github.com/webuni/composer-neon-plugin
composer composer-plugin neon
Last synced: 19 days ago
JSON representation
Composer plugin to convert a composer.neon to json or vice-versa.
- Host: GitHub
- URL: https://github.com/webuni/composer-neon-plugin
- Owner: webuni
- License: mit
- Created: 2017-05-15T09:17:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T10:32:09.000Z (over 7 years ago)
- Last Synced: 2024-10-09T05:53:26.632Z (29 days ago)
- Topics: composer, composer-plugin, neon
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Composer NEON Plugin
====================[![Packagist](https://img.shields.io/packagist/v/webuni/composer-neon-plugin.svg?style=flat-square)](https://packagist.org/packages/webuni/composer-neon-plugin)
[![Build Status](https://travis-ci.org/webuni/composer-neon-plugin.svg?branch=master)](https://travis-ci.org/webuni/composer-neon-plugin)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/webuni/composer-neon-plugin/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/webuni/composer-neon-plugin/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/webuni/composer-neon-plugin/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/webuni/composer-neon-plugin/?branch=master)
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/f0a7af27-8bdf-4213-ac0a-22eeea91f3f6.svg?style=flat-square)](https://insight.sensiolabs.com/projects/f0a7af27-8bdf-4213-ac0a-22eeea91f3f6)This plugin allows you to convert a composer.neon 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
------------composer global require webuni/composer-neon-plugin
Usage
-----To convert from neon (`composer.neon`) to json (`composer.json`), run:
$ composer neon-convert
To convert from json to neon, run:
$ composer neon-convert composer.json
Alternatives
------------- https://github.com/webuni/composer-yaml-plugin
License
-------MIT License. See the LICENSE file.