No description
Find a file
Rosa Richter c95fc68940
Some checks failed
ci/woodpecker/push/test Pipeline failed
feat: Use DateTimes instead of Dates
2026-06-03 17:44:19 -06:00
.woodpecker feat(build): Add ex_check 2026-06-03 16:52:52 -06:00
config fix: Disable exchange rate service to silence warnings 2026-06-03 17:40:34 -06:00
lib feat: Use DateTimes instead of Dates 2026-06-03 17:44:19 -06:00
test style: mix format 2026-06-03 17:04:45 -06:00
.credo.exs refactor: Credo fixes 2026-06-03 17:04:22 -06:00
.formatter.exs New Mix project 2024-10-05 17:03:52 -06:00
.gitignore New Mix project 2024-10-05 17:03:52 -06:00
LICENSE.md Add LICENSE.md 2025-08-06 13:13:47 -06:00
mise.toml feat(build): Add ex_check 2026-06-03 16:52:52 -06:00
mix.exs feat(build): Add ex_check 2026-06-03 16:52:52 -06:00
mix.lock feat(build): Add ex_check 2026-06-03 16:52:52 -06:00
README.md fix(docs): update CI badge [ci skip] 2026-05-27 11:29:37 -06:00
renovate.json Update renovate.json 2026-05-27 16:01:37 +00:00

Motocho

status-badge

An accounting library for Elixir.

Warning

This library is extremely experimental. Also I don't know what I'm doing.

Installation

If available in Hex, the package can be installed by adding motocho to your list of dependencies in mix.exs:

def deps do
  [
    {:motocho, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/motocho.

License

© 2025 Rosa Richter

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.