{"id":15193824,"url":"https://github.com/onyourmarks-agency/tde-webpack-mjml-plugin","last_synced_at":"2025-10-02T08:31:18.392Z","repository":{"id":53483242,"uuid":"112740245","full_name":"onyourmarks-agency/tde-webpack-mjml-plugin","owner":"onyourmarks-agency","description":"Webpack plugin for converting MJML files to HTML","archived":true,"fork":false,"pushed_at":"2022-01-25T09:30:32.000Z","size":23,"stargazers_count":12,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-20T10:26:36.359Z","etag":null,"topics":["mjml","mjml-files","tde","webpack","webpack-plugin","webpack2","webpack3"],"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/onyourmarks-agency.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}},"created_at":"2017-12-01T12:58:41.000Z","updated_at":"2025-02-17T19:50:57.000Z","dependencies_parsed_at":"2022-08-26T15:10:32.596Z","dependency_job_id":null,"html_url":"https://github.com/onyourmarks-agency/tde-webpack-mjml-plugin","commit_stats":null,"previous_names":["onyourmarks-agency/tde-webpack-mjml-plugin","tdenl/tde-webpack-mjml-plugin"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/onyourmarks-agency/tde-webpack-mjml-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyourmarks-agency%2Ftde-webpack-mjml-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyourmarks-agency%2Ftde-webpack-mjml-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyourmarks-agency%2Ftde-webpack-mjml-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyourmarks-agency%2Ftde-webpack-mjml-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onyourmarks-agency","download_url":"https://codeload.github.com/onyourmarks-agency/tde-webpack-mjml-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onyourmarks-agency%2Ftde-webpack-mjml-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277976564,"owners_count":25908846,"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","status":"online","status_checked_at":"2025-10-02T02:00:08.890Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["mjml","mjml-files","tde","webpack","webpack-plugin","webpack2","webpack3"],"created_at":"2024-09-27T22:02:53.819Z","updated_at":"2025-10-02T08:31:18.067Z","avatar_url":"https://github.com/onyourmarks-agency.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TDE Webpack MJML Plugin \n\nWebpack plugin for converting MJML files to HTML\n\n## Install\n\n```bash\nnpm install --save-dev tde-webpack-mjml-plugin\n```\n\n## Usage\n\nIn your `webpack.config.js`\n\n```javascript\nvar MjmlPlugin = require('tde-webpack-mjml-plugin');\n\nmodule.exports = {\n    // ...\n    plugins: [\n        new MjmlPlugin(paths.MJML, {\n            extension: '.twig',\n            outputPath: 'path/to/mjml'\n        }),\n    ]\n};\n```\n\n## API:\n\n```js\n// webpack.config.js\n\nmodule.exports = {\n    plugins: [\n        new MjmlPlugin(inputPath, {\n            extension: options.extension,\n            outputPath: options.outputPath\n        }),\n    ]\n}\n```\n\n### `inputPath`\n\nType: `String`\n\nThe path where MJML files are located\n\n### `options.extension`\n\nType: `String`\u003cbr\u003e\nDefault: `\".html\"`\n\nThe default output extension\n\n### `options.outputPath`\n\nType: `String`\u003cbr\u003e\nDefault: `\"\"`\n\nThe path where HTML files should be written to\n\n\n## License\n\nMIT © [TDE](https://github.com/tdeNL)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyourmarks-agency%2Ftde-webpack-mjml-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonyourmarks-agency%2Ftde-webpack-mjml-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonyourmarks-agency%2Ftde-webpack-mjml-plugin/lists"}