{"id":23460958,"url":"https://github.com/broucz/template-ts-minify","last_synced_at":"2025-04-12T04:19:33.813Z","repository":{"id":64203974,"uuid":"207279472","full_name":"broucz/template-ts-minify","owner":"broucz","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-03T06:28:08.000Z","size":97,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T04:19:30.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/broucz.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":"2019-09-09T10:01:42.000Z","updated_at":"2019-09-09T10:02:32.000Z","dependencies_parsed_at":"2024-12-24T07:27:18.832Z","dependency_job_id":"a6c75ecd-1e93-42b8-9d2a-c229452a38cc","html_url":"https://github.com/broucz/template-ts-minify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broucz%2Ftemplate-ts-minify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broucz%2Ftemplate-ts-minify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broucz%2Ftemplate-ts-minify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broucz%2Ftemplate-ts-minify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/broucz","download_url":"https://codeload.github.com/broucz/template-ts-minify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514158,"owners_count":21116903,"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-12-24T07:26:36.438Z","updated_at":"2025-04-12T04:19:33.766Z","avatar_url":"https://github.com/broucz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# template-ts-minify\n\nMinimal boilerplate that compiles Typescript into a minifyed CommonJS file.\n\nExample:\n\nInput:\n\n```ts\n(function() {\n  let my_var = 'Hello';\n  alert(my_var);\n})();\n```\n\nOutput:\n\n```ts\n(function(){alert(\"Hello\")})();\n```\n\n## Setup\n\n```\ngit clone git@github.com:broucz/template-ts-minify.git\ncd template-ts-minify\nnpm install\n```\n\n## Build\n\n```\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroucz%2Ftemplate-ts-minify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbroucz%2Ftemplate-ts-minify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroucz%2Ftemplate-ts-minify/lists"}