Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.49 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.49 KB

JSend

JSend API specification for Elixir. Learn more at omniti-labs/jsend.

CI Version Total Downloads License Last Updated Documentation

Installation

  1. Add jsend to your list of dependencies in mix.exs:
def deps do
  [
    {:jsend, "~> 0.1.0"}
  ]
end

Contributing

Testing

Unit tests can be run with mix test.

Formatting

This project uses Elixir's mix format and Prettier for formatting. Add hooks in your editor of choice to run it after a save. Be sure it respects this project's .formatter.exs.

Commits

Git commit subjects use the Karma style.

License

Copyright (c) 2024 Codedge LLC (https://www.codedge.io/)

This library is MIT licensed. See the LICENSE for details.