webuni/composer-neon-plugin

Composer plugin to convert a composer.neon to json or vice-versa.

Installs: 1 281

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 1

Type:composer-plugin

1.0.0 2017-05-15 10:20 UTC

This package is auto-updated.

Last update: 2024-04-05 02:44:07 UTC


README

Packagist Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight

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

License

MIT License. See the LICENSE file.