{"id":43764489,"url":"https://github.com/zhangshaolong/simplite-loader","last_synced_at":"2026-02-05T15:35:44.086Z","repository":{"id":57361529,"uuid":"147992363","full_name":"zhangshaolong/simplite-loader","owner":"zhangshaolong","description":null,"archived":false,"fork":false,"pushed_at":"2019-04-02T09:00:59.000Z","size":6425,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-14T09:38:38.655Z","etag":null,"topics":["loader","simplite","template","tpl","webpack"],"latest_commit_sha":null,"homepage":null,"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/zhangshaolong.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}},"created_at":"2018-09-09T04:17:37.000Z","updated_at":"2019-04-02T09:01:00.000Z","dependencies_parsed_at":"2022-09-26T16:40:56.988Z","dependency_job_id":null,"html_url":"https://github.com/zhangshaolong/simplite-loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zhangshaolong/simplite-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangshaolong%2Fsimplite-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangshaolong%2Fsimplite-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangshaolong%2Fsimplite-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangshaolong%2Fsimplite-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhangshaolong","download_url":"https://codeload.github.com/zhangshaolong/simplite-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangshaolong%2Fsimplite-loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29124802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T14:05:12.718Z","status":"ssl_error","status_checked_at":"2026-02-05T14:03:53.078Z","response_time":65,"last_error":"SSL_read: 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":["loader","simplite","template","tpl","webpack"],"created_at":"2026-02-05T15:35:43.473Z","updated_at":"2026-02-05T15:35:44.081Z","avatar_url":"https://github.com/zhangshaolong.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simplite loader\nload simplite template and compile\n\n    install\n    npm install simplite-loader --save-dev\n\n```javascript\nlet tpl = import tpl from ('./path/xxx/index.tpl')\ndomNode.innerHTML = tpl(data)\n```\nif you use webpack, you can use it at webpack.config.js:\n```javascript\n  module: {\n    rules: [\n      {\n        test: /\\.tpl$/,\n        exclude: /node_modules/,\n        use: {\n          loader: 'simplite-loader'\n        }\n      }\n    ]\n  }\n```\n\n[simplite template](https://github.com/zhangshaolong/simplite \"simplite\")\n\n[a webpack+es6+simplite+simplite-loader demo](https://github.com/zhangshaolong/scaffold \"scaffold\")","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhangshaolong%2Fsimplite-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhangshaolong%2Fsimplite-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhangshaolong%2Fsimplite-loader/lists"}