Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 576 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 576 Bytes

ExamplePlugin

An example plugin to hook into EntityAPI. This repo will be a great place to start your exploration of our API.

See the main EntityAPI repo here.

Contributing

Pull Requests should always follow the EntityAPI guidelines.

Compiling

We use maven to handle the compilation of this project:

  • Install Maven 3
  • Run mvn and the project will automatically build and compile for you!

All contributions must be thoroughly tested and debugged.