{"id":26192717,"url":"https://github.com/asynched/webpack-fugly-loader","last_synced_at":"2026-05-15T13:06:58.835Z","repository":{"id":125529642,"uuid":"498544985","full_name":"asynched/webpack-fugly-loader","owner":"asynched","description":"A webpack loader for the fugly templating language.","archived":false,"fork":false,"pushed_at":"2022-06-01T00:57:45.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T18:09:38.528Z","etag":null,"topics":["fugly","loader","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asynched.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-01T00:57:15.000Z","updated_at":"2022-06-18T12:56:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"0611e7b7-3ce1-4913-b152-a1c39053eb6d","html_url":"https://github.com/asynched/webpack-fugly-loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asynched/webpack-fugly-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fwebpack-fugly-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fwebpack-fugly-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fwebpack-fugly-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fwebpack-fugly-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asynched","download_url":"https://codeload.github.com/asynched/webpack-fugly-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asynched%2Fwebpack-fugly-loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["fugly","loader","webpack"],"created_at":"2025-03-12T01:24:28.214Z","updated_at":"2026-05-15T13:06:58.829Z","avatar_url":"https://github.com/asynched.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-fugly-loader\n\nA webpack loader for the Fugly templating language.\n\n## About\n\nThis webpack loader allows you to use the fugly templating language inside of webpack, and it will compile the template into a JavaScript module. This makes it possible to import `.fugly` files inside your project.\n\n## Usage\n\n### Requirements\n\n- NodeJS\n- Webpack\n\n### How to install?\n\nClone this repository and add this loader to your webpack configuration.\n\n```js\n// webpack.config.js\n\nconst path = require('path')\n\nmodule.exports = {\n  // ...\n  module: {\n    rules: [\n      {\n        test: /\\.fugly$/,\n        use: [\n          {\n            loader: path.join(\n              __dirname,\n              'webpack-fugly-loader',\n              'src',\n              'loader.js'\n            ),\n          },\n        ],\n      },\n    ],\n  },\n}\n```\n\nThis will make it possible to import fugly files as follows:\n\n```js\nimport MyTemplate from './templates/my-template.fugly'\n\nconst html = MyTemplate({\n  // ...\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynched%2Fwebpack-fugly-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasynched%2Fwebpack-fugly-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasynched%2Fwebpack-fugly-loader/lists"}