Skip to content

A collection of utilities used throughout X-Plane's Elixir codebases

License

Notifications You must be signed in to change notification settings

stefanriemens/elixir-xutil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XUtil

main build status: main build status Latest commit build status: Last commit build status

Various utility code shared by X-Plane's Elixir codebase.

Some of this is X-Plane-specific (like the DSF module, used for working with X-Plane's scenery files), but a lot of it is domain-agnostic (e.g., the Enum and GenServer utilities).

Testing

We use CircleCI to run the test suite on every commit.

You can run the same tests that CircleCI does like so:

  1. Run the Credo linter: $ mix credo --strict
  2. Confirm the code matches the official formatter: $ mix format --check-formatted
  3. Confirm the tests pass: $ mix test (or if you like more verbose output, $ mix test --trace)

About

A collection of utilities used throughout X-Plane's Elixir codebases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%