{"id":19439006,"url":"https://github.com/spacejam/tablemaker","last_synced_at":"2026-05-14T22:05:27.213Z","repository":{"id":149786443,"uuid":"49001046","full_name":"spacejam/tablemaker","owner":"spacejam","description":"erlang tabular table printing","archived":false,"fork":false,"pushed_at":"2016-01-04T17:28:41.000Z","size":343,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-29T17:51:18.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spacejam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-04T14:12:28.000Z","updated_at":"2016-01-04T17:28:41.000Z","dependencies_parsed_at":"2023-04-17T15:54:27.129Z","dependency_job_id":null,"html_url":"https://github.com/spacejam/tablemaker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacejam%2Ftablemaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacejam%2Ftablemaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacejam%2Ftablemaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacejam%2Ftablemaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spacejam","download_url":"https://codeload.github.com/spacejam/tablemaker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239947987,"owners_count":19723196,"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-11-10T15:20:37.575Z","updated_at":"2026-05-14T22:05:22.186Z","avatar_url":"https://github.com/spacejam.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tablemaker\n\nSimple column formatter for erlang.\n\nFeed it a list of lists of strings.\n\n`tablemaker:fmt` returns a string with column separators\n\n`tablemaker:fmt_with_separators` returns a string with column and row separators\n\n```\n1\u003e io:format(tablemaker:fmt([[\"C1R1\", \"C2R1\"], [\"C1R2\", \"C2R2\"]])).     \nC1R1 | C2R1 \nC1R2 | C2R2 \n\n2\u003e io:format(tablemaker:fmt([[\"C1R1randomstuff\", \"C2R1\"], [\"C1R2\", \"C2R2random\"]])).\nC1R1randomstuff | C2R1       \nC1R2            | C2R2random \n\n3\u003e io:format(tablemaker:fmt_with_separators([[\"C1R1randomstuff\", \"C2R1\"], [\"C1R2\", \"C2R2random\"]])).\nC1R1randomstuff | C2R1       \n------------------------------\nC1R2            | C2R2random\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacejam%2Ftablemaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspacejam%2Ftablemaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacejam%2Ftablemaker/lists"}