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: 4 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T10:32:09.000Z (about 8 years ago)
- Last Synced: 2024-10-19T05:17:03.166Z (9 months 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
====================[](https://packagist.org/packages/webuni/composer-neon-plugin)
[](https://travis-ci.org/webuni/composer-neon-plugin)
[](https://scrutinizer-ci.com/g/webuni/composer-neon-plugin/?branch=master)
[](https://scrutinizer-ci.com/g/webuni/composer-neon-plugin/?branch=master)
[](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.