{"id":18890025,"url":"https://github.com/shipshapecode/ember-cli-markdown-to-json","last_synced_at":"2026-02-25T11:30:20.101Z","repository":{"id":57223361,"uuid":"135355719","full_name":"shipshapecode/ember-cli-markdown-to-json","owner":"shipshapecode","description":"Convert markdown to JSON for your Ember app.","archived":false,"fork":false,"pushed_at":"2019-08-17T03:36:57.000Z","size":251,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T12:30:03.387Z","etag":null,"topics":["ember-addon","emberjs","markdown","markdown-to-html","markdown-to-json","static-site-generator"],"latest_commit_sha":null,"homepage":"","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/shipshapecode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-29T21:39:43.000Z","updated_at":"2020-08-10T15:33:12.000Z","dependencies_parsed_at":"2022-08-24T16:20:56.796Z","dependency_job_id":null,"html_url":"https://github.com/shipshapecode/ember-cli-markdown-to-json","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshapecode%2Fember-cli-markdown-to-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshapecode%2Fember-cli-markdown-to-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshapecode%2Fember-cli-markdown-to-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipshapecode%2Fember-cli-markdown-to-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shipshapecode","download_url":"https://codeload.github.com/shipshapecode/ember-cli-markdown-to-json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239861376,"owners_count":19709216,"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":["ember-addon","emberjs","markdown","markdown-to-html","markdown-to-json","static-site-generator"],"created_at":"2024-11-08T07:52:07.094Z","updated_at":"2026-02-25T11:30:20.066Z","avatar_url":"https://github.com/shipshapecode.png","language":"JavaScript","readme":"ember-cli-markdown-to-json\n==============================================================================\n\nAn addon that wraps broccoli-static-site-json, to generate json files from markdown.\n\n\nCompatibility\n------------------------------------------------------------------------------\n\n* Ember.js v3.4 or above\n* Ember CLI v2.13 or above\n* Node.js v8 or above\n\n\nInstallation\n------------------------------------------------------------------------------\n\n```\nember install ember-cli-markdown-to-json\n```\n\nUsage\n------------------------------------------------------------------------------\n\n```javascript\n// ember-cli-build.js\n'ember-cli-markdown-to-json': [\n  {\n    attributes: [\n      'categories',\n      'date',\n      'slug',\n      'title'\n    ],\n    collections: [{\n      src: 'blog/posts',\n      output: 'posts.json'\n    }],\n    contentFolder: 'post',\n    contentTypes: ['description', 'html'],\n    folder: 'blog/posts',\n    references: ['author'],\n    type: 'post'\n  },\n  { \n    attributes: [\n      'name',\n      'image',\n      'coverImage',\n      'coverMeta',\n      'bio',\n      'website',\n      'twitter',\n      'facebook',\n      'location'\n    ],\n    contentFolder: 'author',\n    collections: [{ \n      src: 'blog/authors',\n      output: 'authors.json' \n    }],\n    folder: 'blog/authors',\n    type: 'author'\n  }\n]\n```\n\nContributing\n------------------------------------------------------------------------------\n\nSee the [Contributing](CONTRIBUTING.md) guide for details.\n\nLicense\n------------------------------------------------------------------------------\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipshapecode%2Fember-cli-markdown-to-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshipshapecode%2Fember-cli-markdown-to-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipshapecode%2Fember-cli-markdown-to-json/lists"}