{"id":15511537,"url":"https://github.com/DevUnltd/ts-library-boilerplate-basic","last_synced_at":"2025-10-12T08:31:39.257Z","repository":{"id":36958447,"uuid":"345289921","full_name":"DevUnltd/ts-library-boilerplate-basic","owner":"DevUnltd","description":"Typescript Minimal Starter Boilerplate - Webpack 5 🚀, Babel 7, UMD, Unit Testing","archived":false,"fork":false,"pushed_at":"2025-10-06T08:06:41.000Z","size":6288,"stargazers_count":99,"open_issues_count":0,"forks_count":17,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-07T06:44:55.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/DevUnltd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"custom":"https://hge.to/thanks"}},"created_at":"2021-03-07T07:59:25.000Z","updated_at":"2025-09-30T08:08:19.000Z","dependencies_parsed_at":"2023-01-17T08:31:08.161Z","dependency_job_id":"804c35ae-6b64-44ce-b4ed-1dc1af98d82c","html_url":"https://github.com/DevUnltd/ts-library-boilerplate-basic","commit_stats":{"total_commits":1734,"total_committers":5,"mean_commits":346.8,"dds":0.395040369088812,"last_synced_commit":"5b82f56bcbf1a1de183583c3744194c86f581357"},"previous_names":["hodgef/ts-library-boilerplate-basic"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/DevUnltd/ts-library-boilerplate-basic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevUnltd%2Fts-library-boilerplate-basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevUnltd%2Fts-library-boilerplate-basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevUnltd%2Fts-library-boilerplate-basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevUnltd%2Fts-library-boilerplate-basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevUnltd","download_url":"https://codeload.github.com/DevUnltd/ts-library-boilerplate-basic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevUnltd%2Fts-library-boilerplate-basic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010662,"owners_count":26084784,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-02T09:53:05.918Z","updated_at":"2025-10-12T08:31:38.882Z","avatar_url":"https://github.com/DevUnltd.png","language":"JavaScript","readme":" \u003cdiv align=\"center\"\u003e\n \u003cimg align=\"center\" width=\"230\" src=\"https://i.imgur.com/iHgtvmg.png\" /\u003e\n  \u003ch2\u003eTypescript Library Boilerplate Basic\u003c/h2\u003e\n  \u003cblockquote\u003eMinimal Library Starter Kit for your Typescript projects\u003c/blockquote\u003e\n \n \u003ca href=\"https://www.npmjs.com/package/@hodgef/ts-library-boilerplate-basic\"\u003e\u003cimg src=\"https://badgen.net/npm/v/@hodgef/ts-library-boilerplate-basic?color=blue\" alt=\"npm version\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hodgef/ts-library-boilerplate\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/hodgef/ts-library-boilerplate\" alt=\"latest commit\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hodgef/ts-library-boilerplate-basic/actions\"\u003e\u003cimg alt=\"Build Status\" src=\"https://github.com/hodgef/ts-library-boilerplate-basic/workflows/Build/badge.svg?color=green\" /\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hodgef/ts-library-boilerplate-basic/actions\"\u003e \u003cimg alt=\"Publish Status\" src=\"https://github.com/hodgef/ts-library-boilerplate-basic/workflows/Publish/badge.svg?color=green\" /\u003e\u003c/a\u003e\n\n\u003cstrong\u003eFor a plain Javascript alternative, check out [js-library-boilerplate-basic](https://github.com/hodgef/js-library-boilerplate-basic).\u003c/strong\u003e\n\n\u003c/div\u003e\n\n## ⭐️ Features\n\n- Webpack 5\n- Babel 7\n- Hot reloading (`npm start`)\n- Automatic Types file generation (index.d.ts)\n- UMD exports, so your library works everywhere.\n- Jest unit testing\n- Customizable file headers for your build [(Example 1)](https://github.com/hodgef/ts-library-boilerplate-basic/blob/master/build/index.js) [(Example2)](https://github.com/hodgef/ts-library-boilerplate-basic/blob/master/build/css/index.css)\n- Daily [dependabot](https://dependabot.com) dependency updates\n\n## 📦 Getting Started\n\n```\ngit clone https://github.com/hodgef/ts-library-boilerplate-basic.git myLibrary\nnpm install\n```\n\n## 💎 Customization\n\n\u003e Before shipping, make sure to:\n\n1. Edit `LICENSE` file\n2. Edit `package.json` information (These will be used to generate the headers for your built files)\n3. Edit `library: \"MyLibrary\"` with your library's export name in `./webpack.config.js`\n\n## 🚀 Deployment\n\n1. `npm publish`\n2. Your users can include your library as usual\n\n### npm\n\n```\nimport MyLibrary from 'my-library';\nconst libraryInstance = new MyLibrary();\n...\n```\n\n### self-host/cdn\n\n```\n\u003cscript src=\"build/index.js\"\u003e\u003c/script\u003e\n\nconst MyLibrary = window.MyLibrary.default;\nconst libraryInstance = new MyLibrary();\n...\n```\n\n## ✅ Libraries built with this boilerplate\n\n\u003e Made a library using this starter kit? Share it here by [submitting a pull request](https://github.com/hodgef/ts-library-boilerplate-basic/pulls)!\n\n- [simple-keyboard](https://github.com/hodgef/simple-keyboard) - Javascript Virtual Keyboard\n- [react-simple-keyboard](https://github.com/hodgef/react-simple-keyboard) - React Virtual Keyboard\n- [simple-keyboard-layouts](https://github.com/hodgef/simple-keyboard-layouts) - Keyboard layouts for simple-keyboard\n- [atlas-monaco](https://github.com/datdao/atlas-monaco) - AtlasHCL for monaco editor\n","funding_links":["https://hge.to/thanks"],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevUnltd%2Fts-library-boilerplate-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDevUnltd%2Fts-library-boilerplate-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevUnltd%2Fts-library-boilerplate-basic/lists"}