commit b491d9e26a2e5c8d80836602a7e4210453e8e14c Author: Michael Chrisco Date: Tue Dec 5 13:09:31 2017 -0800 Init Resources diff --git a/README.md b/README.md new file mode 100644 index 0000000..3549e6f --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Electronic-Interchange-Github-Resources +Unofficial List of EDI Github Resources + +## Syntax Highlighters + +- [Sublime](https://github.com/michaelachrisco/sublime-834-syntax) - Sublime syntax highlighter for the EDI x12 834 file. +- [Vim](https://github.com/vim-scripts/x12-syntax) - A simple syntax highlighter for EDI X12 files. Currently only Healthcare 270/271s are tested. +- [Visual Studio Code](https://github.com/Silvenga/vscode-edi-x12-support) - https://github.com/Silvenga/vscode-edi-x12-support + +## Libraries +- [EdiEngine](https://github.com/olmelabs/EdiEngine) Simple .NET EDI Reader, Writer and Validator. Read, Write and Validate X12 EDI files with simple EDI Parser written on C#. +- [EDI.Net](https://github.com/indice-co/EDI.Net) EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS formats +- [edifact](https://github.com/php-edifact/edifact) - (PHP) Tools to process EDI messages in UN/EDIFACT format +- [mantle-edi](https://github.com/moqui/mantle-edi) - Mantle EDI Integrations http://www.moqui.org/mantle.html +- [pyx12](https://github.com/azoner/pyx12) - (Python) HIPAA X12 document validator and converter +- [StupidEdi](https://github.com/irobayna/stupidedi) Ruby API for parsing and generating ASC X12 EDI transactions. + +## Systems or Paid Services +- [Bots](https://github.com/bots-edi/bots) - Bots EDI Translator +- [BizTalk](https://github.com/MicrosoftDocs/biztalk-docs) Microsoft Biztalk +- [MuleSoft](https://github.com/mulesoft/mulesoft-docs) + +## Examples +- [Mulesoft purchase order walkthrough](https://github.com/mulesoft/mulesoft-docs/blob/master/anypoint-b2b/v/latest/ftps-and-edi-x12-purchase-order-walkthrough.adoc) +- [PHP Implementations of Transactions](https://github.com/stephenmccready/X12) PHP examples of writing EDI from scratch. + + +PRs Welcome! +