{"id":22974130,"url":"https://github.com/diversen/markdown-table-template","last_synced_at":"2025-06-25T22:06:17.384Z","repository":{"id":138270912,"uuid":"51091924","full_name":"diversen/markdown-table-template","owner":"diversen","description":"tiny js lib for creating markdown table templates from number of rows and columns.","archived":false,"fork":false,"pushed_at":"2016-02-05T11:00:30.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-08T21:36:39.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/diversen.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-02-04T17:16:40.000Z","updated_at":"2016-02-05T16:54:27.000Z","dependencies_parsed_at":"2023-04-27T17:24:15.338Z","dependency_job_id":null,"html_url":"https://github.com/diversen/markdown-table-template","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/diversen/markdown-table-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fmarkdown-table-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fmarkdown-table-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fmarkdown-table-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fmarkdown-table-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diversen","download_url":"https://codeload.github.com/diversen/markdown-table-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fmarkdown-table-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261960502,"owners_count":23236573,"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-15T00:00:12.362Z","updated_at":"2025-06-25T22:06:17.359Z","avatar_url":"https://github.com/diversen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Readme\n\ntiny js lib for creating markdown table templates from number of rows and columns.\n\nexample: \n\nNode-like systems: \n\n    var mdtable = require(\"markdown-table-template\");\n\nBrowser: \n\n    // \u003cscript src = \"dist/mdtable.js\"\u003e\u003c/script\u003e\n\n    console.log(mdtable.create(0,0)); // nothing\n    console.log(mdtable.create(1,1)); // 1 row and 1 col\n    console.log(mdtable.create(3,7)); // 3 rows and 7 cols\n\nyields: \n\n    |0:0|\n\n    |0:0|0:1|0:2|\n    |---|---|---|\n    |2:0|2:1|2:2|\n    |3:0|3:1|3:2|\n    |4:0|4:1|4:2|\n    |5:0|5:1|5:2|\n    |6:0|6:1|6:2|\n    |7:0|7:1|7:2|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiversen%2Fmarkdown-table-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiversen%2Fmarkdown-table-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiversen%2Fmarkdown-table-template/lists"}