french-numbers
French representation of numbers in Elixir
The french-numbers crate for Elixir allows the formatting
of numbers in the French language in an Elixir program.
See also the same package for Rust.
Getting french_numbers
You can either download a packaged version, or get the latest development version of french_numbers.Packaged version 0.1.0
You can download french_numbers 0.1.0 for Unix, distributed under the Apache 2.0 license / MIT license.Development version
You can get the current development version of french_numbers using git:git clone https://github.com/evenfurther/french-numbers-ex.git
This will create a french-numbers-ex directory in which you will be able to record your own changes.
You can also browse the french_numbers repository on GitHub.
Contributing to french_numbers
Reporting bugs and asking for features
If you find a bug or have an idea for a new feature, you might consider adding a new issue. The more precise you will be in your description, the more useful it will be.Submitting patches
Patches are gladly accepted from their original author. Along with any patches, please state that the patch is your original work and that you license the work to the french_numbers project under a license compatible with the current one (Apache 2.0 license / MIT license).
To propose a patch, you may fork the french_numbers repository on GitHub, and issue a pull request. You may also send patches and pull requests by email.