{"id":17614615,"url":"https://github.com/t1st3/grunt-muxml","last_synced_at":"2025-07-22T23:33:36.890Z","repository":{"id":57255415,"uuid":"65080686","full_name":"t1st3/grunt-muxml","owner":"t1st3","description":"An XML parsing and formatting plugin for Grunt","archived":false,"fork":false,"pushed_at":"2020-06-03T09:19:32.000Z","size":77,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T12:18:47.459Z","etag":null,"topics":["formatter","grunt","grunt-plugin","parser","stream","xml"],"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/t1st3.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":"2016-08-06T12:02:30.000Z","updated_at":"2023-03-04T06:26:25.000Z","dependencies_parsed_at":"2022-08-31T08:21:36.022Z","dependency_job_id":null,"html_url":"https://github.com/t1st3/grunt-muxml","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/t1st3/grunt-muxml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1st3%2Fgrunt-muxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1st3%2Fgrunt-muxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1st3%2Fgrunt-muxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1st3%2Fgrunt-muxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t1st3","download_url":"https://codeload.github.com/t1st3/grunt-muxml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1st3%2Fgrunt-muxml/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266590570,"owners_count":23952960,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["formatter","grunt","grunt-plugin","parser","stream","xml"],"created_at":"2024-10-22T18:44:15.811Z","updated_at":"2025-07-22T23:33:36.869Z","avatar_url":"https://github.com/t1st3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-muxml [![Build Status Travis](https://travis-ci.org/t1st3/grunt-muxml.svg?branch=master)](https://travis-ci.org/t1st3/grunt-muxml) [![Coverage Status](https://codecov.io/gh/t1st3/grunt-muxml/badge.svg?branch=master)](https://codecov.io/gh/t1st3/grunt-muxml?branch=master)\n\n\u003e An XML parsing and formatting plugin for [`Grunt`](http://gruntjs.com/)\n\nThin wrapper around [`muxml`](https://github.com/t1st3/muxml) to make it a Grunt plugin.\n\nAlso available as a [gulp plugin](https://github.com/t1st3/gulp-muxml).\n\n\n## Install\n\n```\n$ npm install --save-dev grunt-muxml\n```\n\n\n## Usage\n\n```js\n'use strict';\nmodule.exports = function (grunt) {\n\tgrunt.initConfig({\n\t\tmuxml: {\n\t\t\tdist: {\n\t\t\t\tfiles: [{\n\t\t\t\t\texpand: false,\n\t\t\t\t\tcwd: 'fixtures/',\n\t\t\t\t\tsrc: '*initial.xml',\n\t\t\t\t\tdest: 'tmp/'\n\t\t\t\t}],\n\t\t\t\toptions: {\n\t\t\t\t\tstrict: true\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\n\tgrunt.loadNpmTasks('grunt-muxml');\n\n\tgrunt.registerTask('default', [\n\t\t'muxml'\n\t]);\n};\n```\n\n\n## Options\n\nSee [`muxml`'s options](https://github.com/t1st3/muxml#options), which are all supported.\n\n\n## Related\n\n* [muxml](https://github.com/t1st3/muxml) | API for muxml\n* [muxml-cli](https://github.com/t1st3/muxml-cli) | CLI for muxml\n* [gulp-muxml](https://github.com/t1st3/gulp-muxml) | muxml as a [`gulp`](http://gulpjs.com/) plugin\n\n\n## License\n\nMIT © [t1st3](https://t1st3.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1st3%2Fgrunt-muxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft1st3%2Fgrunt-muxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1st3%2Fgrunt-muxml/lists"}