Skip to content

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

License

Notifications You must be signed in to change notification settings

webuni/composer-neon-plugin

Repository files navigation

Composer NEON Plugin

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages