{"id":24835744,"url":"https://github.com/tobilg/dynamark","last_synced_at":"2025-03-26T03:40:19.731Z","repository":{"id":184401144,"uuid":"647634739","full_name":"tobilg/dynamark","owner":"tobilg","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-01T15:43:08.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T02:38:16.412Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tobilg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-05-31T07:47:48.000Z","updated_at":"2023-06-02T07:40:41.000Z","dependencies_parsed_at":"2023-07-28T09:50:44.213Z","dependency_job_id":null,"html_url":"https://github.com/tobilg/dynamark","commit_stats":null,"previous_names":["tobilg/dynamark"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Fdynamark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Fdynamark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Fdynamark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Fdynamark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobilg","download_url":"https://codeload.github.com/tobilg/dynamark/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245585807,"owners_count":20639671,"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":"2025-01-31T04:51:34.674Z","updated_at":"2025-03-26T03:40:19.700Z","avatar_url":"https://github.com/tobilg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dynamark\nRender dynamic markdown files using [Handlebars](https://handlebarsjs.com/) templates.\n\n## Installation\nTo install the package globally, you can run \n\n```bash\nnpm i -g dynamark\n```\n\n## Usage\n\n```text\nUsage: dynamark [options]\n\nCLI to render markdown templates with data content\n\nOptions:\n  -V, --version                  output the version number\n  -t, --template \u003ctemplatePath\u003e  markdown template file path\n  -d, --data \u003cdataPath\u003e          data file path (JSON or YAML)\n  -o, --output \u003coutputPath\u003e      output file path (resulting markdown file)\n  -l, --lint                     run markdownlint on the result\n  -h, --help                     display help for command\n```\n\n### Example\nIf you want to render the [example template](examples/table.template.md) and [data file](examples/table.data.yaml), you can run the following:\n\n```bash\ndynamark -t examples/table.template.md -d examples/table.data.yaml --lint\n```\n\nThis will produce the following output on `stdout`:\n\n```markdown\n# test\n\n| Column1     | Column2     |\n|-------------|-------------|\n| test1 | test1 |\n| test2 | test2 |\n| test3 | test3 |\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobilg%2Fdynamark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobilg%2Fdynamark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobilg%2Fdynamark/lists"}