{"id":14965847,"url":"https://github.com/sheepreaper/typescript-quickstart","last_synced_at":"2025-10-25T13:30:50.847Z","repository":{"id":40308042,"uuid":"371221064","full_name":"SheepReaper/typescript-quickstart","owner":"SheepReaper","description":"After faffing around trying to get a simple canvas to prototype stuff on but with typescript, I found a combination of minimal packages and a bundler to get up and coding quickly.","archived":false,"fork":false,"pushed_at":"2025-02-05T18:22:43.000Z","size":420757,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T19:45:13.802Z","etag":null,"topics":["eslint","parcel","prettier","quickstart","template","typescript","vscode","yarn2"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SheepReaper.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":"2021-05-27T02:15:54.000Z","updated_at":"2025-02-05T14:37:39.000Z","dependencies_parsed_at":"2024-02-19T19:58:54.963Z","dependency_job_id":"8386a01d-72c0-4f1a-8b96-234585f8496d","html_url":"https://github.com/SheepReaper/typescript-quickstart","commit_stats":{"total_commits":176,"total_committers":4,"mean_commits":44.0,"dds":"0.10227272727272729","last_synced_commit":"f2433dfa29ce2d08f81f77b80794da382f2a9dbc"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SheepReaper%2Ftypescript-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SheepReaper%2Ftypescript-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SheepReaper%2Ftypescript-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SheepReaper%2Ftypescript-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SheepReaper","download_url":"https://codeload.github.com/SheepReaper/typescript-quickstart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238147540,"owners_count":19424276,"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":["eslint","parcel","prettier","quickstart","template","typescript","vscode","yarn2"],"created_at":"2024-09-24T13:35:28.049Z","updated_at":"2025-10-25T13:30:45.420Z","avatar_url":"https://github.com/SheepReaper.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n# Typescript quick-start template\n\nThis template allows you to just start coding in src/index.ts and live-edit an app without having to mess about with dependencies.\n\nThis template provides lots of help as well:\n\nFeatures:\n\n- Yarn 2 - awesome package manager, configured for zero-install\n- Prettier - tidy up your code\n- Eslint - find design-time errors\n- Yarn sdks (IDE support) - allow eslint, prettier, typescript, and their respective vscode extensions to use yarn 2's virtual packages\n- Parcel - this bundler can build an run your application with HMR support. It can also build a static version, ready to be served.\n\nUsage:\n\nPut your code into src/index.ts\n\n```shell\nyarn dev\n```\n\nWill start parcel's development server after building your app.\n\nYou can then (if using vscode) hit F5 to start a debugging session from vscode, launching chrome to browse your app.\n\nAlternatively:\n\n```shell\nyarn build\n```\n\nWill build and output your app to dist/ ready to be served.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepreaper%2Ftypescript-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheepreaper%2Ftypescript-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepreaper%2Ftypescript-quickstart/lists"}