-
Notifications
You must be signed in to change notification settings - Fork 29
Contribution
Bilal Gültekin edited this page Jul 30, 2015
·
2 revisions
You can fork and contribute to development of the package. All pull requests is welcome. But please consider code structure while doing any improvement or fix.
Convertion Logic
Package converts rules by using converters (in src/converters). It uses Converter class of chosen plugin which extends BaseConverter/Converter class. You can look at existed methods and plugins to understand how it works. Explanation will be ready, soon.