{"id":22196656,"url":"https://github.com/druids/fe","last_synced_at":"2025-10-14T01:13:50.581Z","repository":{"id":62432666,"uuid":"181666555","full_name":"druids/fe","owner":"druids","description":"A money formatter","archived":false,"fork":false,"pushed_at":"2019-08-08T10:07:23.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-30T02:14:12.042Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/druids.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-16T10:21:15.000Z","updated_at":"2019-08-08T10:07:26.000Z","dependencies_parsed_at":"2022-11-01T21:01:16.935Z","dependency_job_id":null,"html_url":"https://github.com/druids/fe","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/druids%2Ffe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/druids%2Ffe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/druids%2Ffe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/druids%2Ffe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/druids","download_url":"https://codeload.github.com/druids/fe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245366207,"owners_count":20603438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-02T14:16:00.370Z","updated_at":"2025-10-14T01:13:45.548Z","avatar_url":"https://github.com/druids.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fé\n==\n\nFé is a library for money formatting.\n\n[![CircleCI](https://circleci.com/gh/druids/fe.svg?style=svg)](https://circleci.com/gh/druids/fe)\n[![Dependencies Status](https://jarkeeper.com/druids/fe/status.png)](https://jarkeeper.com/druids/fe)\n[![License](https://img.shields.io/badge/MIT-Clause-blue.svg)](https://opensource.org/licenses/MIT)\n\n\nLeiningen/Boot\n--------------\n\n```clojure\n[fe \"0.1.1\"]\n```\n\n\nDocumentation\n-------------\n\n```clojure\n(require '[fe.core :as fe])\n\n(fe/fmt 10000 \"EUR\") ;; \"10 000.00 EUR\"\n(fe/fmt 10000 \"EUR\" {:decimal-pos 0}) ;; \"10 000 EUR\"\n(fe/fmt 10000 \"EUR\" {:part-sep \",\"}) ;; \"10,000.00 EUR\"\n(fe/fmt 10000 \"EUR\" {:decimal-sep \",\"}) ;; \"10 000,00 EUR\"\n(fe/fmt 10000 \"£\" {:currency-pos :prefix, :part-sep \",\"}) ;; \"£10,000.00\"\n```\n\n`fmt` function uses a non-breakable space by default (as Unicode character).\n\nContribution\n------------\n\n### Conventions\n\n* Please follow coding style defined by [`.editorconfig`](http://editorconfig.org)\n and [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)\n* Write [good commit messages](https://chris.beams.io/posts/git-commit/)\n and provide an issue ID in a commit message prefixed by `#`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdruids%2Ffe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdruids%2Ffe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdruids%2Ffe/lists"}