{"id":22539458,"url":"https://github.com/printf83/bsts","last_synced_at":"2025-03-28T07:14:12.345Z","repository":{"id":64126121,"uuid":"572950852","full_name":"printf83/bsts","owner":"printf83","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-10T11:11:41.000Z","size":2416,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-17T02:41:36.766Z","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/printf83.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":"2022-12-01T11:34:44.000Z","updated_at":"2024-06-10T11:11:45.000Z","dependencies_parsed_at":"2023-02-12T21:31:35.630Z","dependency_job_id":"40540d71-9b09-47a2-9c7c-fd52c5542e65","html_url":"https://github.com/printf83/bsts","commit_stats":{"total_commits":362,"total_committers":1,"mean_commits":362.0,"dds":0.0,"last_synced_commit":"0f3da3957536fae0ae41747aebc965fc7345333e"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printf83%2Fbsts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printf83%2Fbsts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printf83%2Fbsts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printf83%2Fbsts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/printf83","download_url":"https://codeload.github.com/printf83/bsts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245984591,"owners_count":20704798,"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-07T12:07:03.039Z","updated_at":"2025-03-28T07:14:12.318Z","avatar_url":"https://github.com/printf83.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bsts\n\nMaybe this is the stupid way to generate HTML, but, this is the way I learn. \nThis library is just to create bootstrap 5.3 HTML but in TS way.\n\nexample :\n\n```\nimport {core, b, h} from \"@printf83/bsts\";\n\ncore.documentReady(() =\u003e {\n\tlet body = document.getElementById(\"main\") as Element;\n\tcore.replaceChild(body, new h.div([\n        new h.p(\"This is example p tag\"),\n        new h.p({lead:true,data:{test:\"test-data\"}},\"This is example p tag with attribute\"),\n        new b.button({id:\"btn1\",color:\"primary\"},\"Button\"),\n    ]));\n});\n```\n\nCheck [bsts testing website](https://printf83.github.io/bsts-test/) or [github](https://github.com/printf83/bsts-test) for more example code\nUpdate : 21/07/2023","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprintf83%2Fbsts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprintf83%2Fbsts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprintf83%2Fbsts/lists"}