Lokalise APIv2 Elixir SDK

Elixir interface for the Lokalise APIv2.




Contributing

  1. Fork the repository.
  2. Create a topic branch.
  3. Implement your feature or bug fix.
  4. Don’t forget to add tests and make sure they pass by running mix test. To view test coverage, run mix coveralls.html.
  5. Make sure your code complies with the style guide by running mix format.
  6. If necessary, add documentation for your feature or bug fix.
  7. Commit and push your changes.
  8. Submit a pull request.

Running tests

  1. Run mix test or mix coveralls.html.
  2. Observe test results and/or code coverage.

Previewing the docs locally

  1. Clone the repo.
  2. cd docs
  3. bundle exec jekyll serve --config _config.dev.yml.
  4. Navigate to http://localhost:4000 and observe the docs.