codelicia/xulieta-auto-plugin

Xulieta Plugin for supporting of Literate programming

0.1.0 2022-02-02 16:22 UTC

This package is auto-updated.

Last update: 2024-05-06 09:29:15 UTC


README

This package is part of codelicia/xulieta, and is not intended to be used separately.

How to use it

Xulieta will automatically scan dependencies to see if there is any package that is providing default configurations.

If you want your plugin to take advantage of that functionality, we expect you to provide some information on your composer.json file, ie:

{
  "extra": {
    "xulieta": {
      "parser": ["Malukenho\\QuoPrimumTempore\\JsonParser"],
      "validator": ["Malukenho\\QuoPrimumTempore\\JsonValidator"]
    }
  }
}