{"id":26246046,"url":"https://github.com/zillow/mustache-wax","last_synced_at":"2025-09-14T07:41:22.203Z","repository":{"id":3789843,"uuid":"4867995","full_name":"zillow/mustache-wax","owner":"zillow","description":"Wrap precompiled Mustache templates (using Handlebars) in YUI modules.","archived":false,"fork":false,"pushed_at":"2016-05-05T21:50:43.000Z","size":60,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-08-31T11:35:26.847Z","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/zillow.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":"2012-07-03T04:12:13.000Z","updated_at":"2017-08-14T08:57:42.000Z","dependencies_parsed_at":"2022-08-28T20:10:49.324Z","dependency_job_id":null,"html_url":"https://github.com/zillow/mustache-wax","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/zillow/mustache-wax","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fmustache-wax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fmustache-wax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fmustache-wax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fmustache-wax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zillow","download_url":"https://codeload.github.com/zillow/mustache-wax/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fmustache-wax/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275076533,"owners_count":25401313,"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-09-14T02:00:10.474Z","response_time":75,"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":[],"created_at":"2025-03-13T13:17:19.407Z","updated_at":"2025-09-14T07:41:22.176Z","avatar_url":"https://github.com/zillow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"mustache-wax\n============\n\n`mustache-wax` is a utility to wrap precompiled [Mustache][] templates (using [Handlebars][]) in [YUI][] modules, for ease of reuse as dependencies.\n\n[Mustache]: http://mustache.github.com/\n[Handlebars]: http://handlebarsjs.com/\n[YUI]: http://yuilibrary.com/\n\nInstallation\n------------\n\nInstall globally via npm:\n\n    npm -g install mustache-wax\n\nOr clone the [repo](https://github.com/zillow/mustache-wax) and link globally:\n\n    git clone git://github.com/zillow/mustache-wax.git\n    npm link mustache-wax\n\nThe `wax` executable will now be available to do your bidding.\n\nUsage\n-----\n\n### CLI Options\n\n    -v, --verbose          Verbose logging                             [boolean]\n    -d, --outputDir        Output base directory                        [string]\n    -f, --outputFile       Output File                                  [string]\n    -p, --modulePrefix     Module prefix         [string]  [default: \"template\"]\n    -n, --moduleNamespace  Module namespace      [string]  [default: \"Template\"]\n    -t, --moduleTemplate   Module template file\n                                    [string]  [default: \"./templates/module.js\"]\n    -k, --known            Known helpers                                [string]\n    -o, --knownOnly        Known helpers only                          [boolean]\n    -b, --beautify         Beautify output                             [boolean]\n    -m, --min              Minimize output                             [boolean]\n    -s, --simple           Output template function only               [boolean]\n    -r, --root             Template root, stripped from template names  [string]\n\n### Integrating with YUI Loader\n\nTo enable seamless use with YUI, provide this group to the [sandbox config](http://yuilibrary.com/yui/docs/yui/#config):\n\n```js\nYUI_config.groups = {\n    \"templates\": {\n        combine   : true,\n        comboBase : \"/combo/tmpl\",\n        root      : \"/build/\",\n        patterns  : {\n            \"template-\": {\n                configFn: function (me) {\n                    me.requires = [ \"handlebars-base\" ];\n                }\n            }\n        }\n    }\n};\n```\n\nLicense\n-------\n\nCopyright (c) 2012 Zillow Inc. All rights reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzillow%2Fmustache-wax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzillow%2Fmustache-wax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzillow%2Fmustache-wax/lists"}