{"id":20459764,"url":"https://github.com/rosbit/jet-helper","last_synced_at":"2025-10-07T13:37:20.463Z","repository":{"id":159264680,"uuid":"634553912","full_name":"rosbit/jet-helper","owner":"rosbit","description":"helpers to utilize CloudyKit/jet templates","archived":false,"fork":false,"pushed_at":"2023-05-04T00:29:30.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T00:24:46.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/rosbit.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-30T14:08:42.000Z","updated_at":"2023-05-02T23:46:42.000Z","dependencies_parsed_at":"2023-06-11T09:30:18.262Z","dependency_job_id":null,"html_url":"https://github.com/rosbit/jet-helper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosbit%2Fjet-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosbit%2Fjet-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosbit%2Fjet-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosbit%2Fjet-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rosbit","download_url":"https://codeload.github.com/rosbit/jet-helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242014722,"owners_count":20057880,"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","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":"2024-11-15T12:17:12.957Z","updated_at":"2025-10-07T13:37:15.430Z","avatar_url":"https://github.com/rosbit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jet-helper\n\n[Jet](https://github.com/CloudyKit/jet) is a template engine developed to be easy to use, powerful, dynamic, yet secure and very fast.\n`jet-helper` is a package to utilize Jet similarly to Golang text/template and html/template.\n\n## Usage Sample\n\n```golang\nimport (\n     tmpl \"github.com/rosbit/jet-helper\"\n)\n\n// sample 1\ntmpls := tmpl.NewTempls(\".\")\nt, err := tmpls.Lookup(\"index.jet\")\nif err != nil {\n    // error processing\n}\n// t.Funcs(map[string]interface{}{})   // add Funcs like html/template::FuncMap\nt.Execute(io.Writer, any)\n\n// sample 2 to Parse text template\nt, err := tmpl.Parse(\"text template as a string\")\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosbit%2Fjet-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosbit%2Fjet-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosbit%2Fjet-helper/lists"}