{"id":14563821,"url":"https://github.com/rajput-hemant/qwik-template","last_synced_at":"2025-04-11T04:42:28.909Z","repository":{"id":205496202,"uuid":"714363014","full_name":"rajput-hemant/qwik-template","owner":"rajput-hemant","description":"A Qwik City template with TypeScript, TailwindCSS, Qwickest Icons and pre-configured with ESLint, Prettier and Husky git hooks.","archived":false,"fork":false,"pushed_at":"2025-04-07T18:13:03.000Z","size":3466,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T04:42:21.603Z","etag":null,"topics":["bun","husky","netlify","qwik","qwik-boilerplate","qwik-city","qwik-starter","qwik-template","qwikcity-starter","tailwindcss","typescript","vercel","vercel-edge"],"latest_commit_sha":null,"homepage":"https://qwik-template.rajputhemant.tech","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/rajput-hemant.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-11-04T17:25:59.000Z","updated_at":"2025-04-07T05:15:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"718c7ad5-9e84-4f01-b917-c52ff3d975ab","html_url":"https://github.com/rajput-hemant/qwik-template","commit_stats":null,"previous_names":["rajput-hemant/qwik-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajput-hemant%2Fqwik-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajput-hemant%2Fqwik-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajput-hemant%2Fqwik-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rajput-hemant%2Fqwik-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rajput-hemant","download_url":"https://codeload.github.com/rajput-hemant/qwik-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345281,"owners_count":21088242,"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":["bun","husky","netlify","qwik","qwik-boilerplate","qwik-city","qwik-starter","qwik-template","qwikcity-starter","tailwindcss","typescript","vercel","vercel-edge"],"created_at":"2024-09-07T02:05:31.293Z","updated_at":"2025-04-11T04:42:28.876Z","avatar_url":"https://github.com/rajput-hemant.png","language":"TypeScript","funding_links":[],"categories":["vercel"],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n\n[![ntl-badge]][ntl-link] ![views] ![stars] ![forks] ![issues] ![license] ![repo-size]\n\n\u003cimg src=\"public/favicon.svg\" alt=\"Qwik Logo\" style=\"width:150px; height:150px\"/\u003e\n\n# Qwik Starter Template ⚡️\n\n### A Minimal Qwik City Starter Template with TypeScript, Tailwind CSS, and pre-configured with ESLint, Prettier, and Husky.\n\n\u003c/div\u003e\n\n## Features\n\n- ⚡ **[Qwik](https://qwik.builder.io/)** - Deliver instant apps at scale, Build instantly-interactive web apps without effort.\n- 🎨 **[Tailwind CSS](https://tailwindcss.com/)** - A Utility-First CSS Framework for Rapid UI Development\n- 📦 **[TypeScript](https://www.typescriptlang.org/)** - A typed superset of JavaScript that compiles to plain JavaScript\n- 📝 **[ESLint](https://eslint.org/)** - The pluggable linting utility for JavaScript and JSX\n- 🛠 **[Prettier](https://prettier.io/)** - An opinionated code formatter\n- 🐶 **[Husky](https://typicode.github.io/husky/#/)** - A tool that makes Git hooks easy\n- 🚫 **[lint-staged](https://github.com/okonet/lint-staged)** - Run linters against staged git files\n- 📄 **[commitlint](https://commitlint.js.org/#/)** - Lint commit messages\n- 📦 **[bun](https://bun.sh)** - A JavaScript runtime w/ Fast, disk space efficient package manager\n\n## Getting Started\n\n**Install `degit` globally**\n\n```bash\nbun i -g degit || pnpm i -g degit || yarn global add degit || npm i -g degit\n```\n\n**Create a new project from this template**\n\n```bash\ndegit rajput-hemant/qwik-template \u003cproject-name\u003e\ncd \u003cproject-name\u003e\n```\n\n**Install dependencies**\n\n```bash\nbun i || pnpm i || yarn || npm i\n```\n\n**Initialize a new git repository _(Optional)_:**\n\n```bash\ngit init\ngit add .\ngit commit --no-verify -m \"init\"\n```\n\n## Available Scripts\n\nCheck out the [package.json](package.json) for all available scripts.\n\n## After Installation Checklist\n\n- [ ] Update `package.json` with your project details.\n- [ ] Update `README.md` with your project details.\n- [ ] Update `LICENSE` with your name and year.\n\n## Switching Package Manager\n\nThis template uses [bun](https://bun.sh/docs/cli/install) as the default package manager. If you want to use `pnpm`, `npm` or `yarn`, you need to remove the `bun.lockb` file and run `pnpm i`, `npm i` or `yarn` to generate the lock file for the respective package manager.\n\n## Deployments\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/rajput-hemant/qwik-template)\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/rajput-hemant/qwik-template)\n\nYou can also check out other deployment options, run\n\n```\nbun qwik add\n```\n\n[Read more](https://qwik.builder.io/docs/deployments)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributors:\n\n\u003cdiv align=center\u003e\n\n[![][contributors]][contributors-graph]\n\n_Note: It may take up to 24h for the [contrib.rocks][contrib-rocks] plugin to update because it's refreshed once a day._\n\n\u003c/div\u003e\n\n\u003c!----------------------------------{ Labels }---------------------------------\u003e\n\n[views]: https://komarev.com/ghpvc/?username=qwik-template\u0026label=view%20counter\u0026color=red\u0026style=flat\n[repo-size]: https://img.shields.io/github/repo-size/rajput-hemant/qwik-template\n[issues]: https://img.shields.io/github/issues-raw/rajput-hemant/qwik-template\n[license]: https://img.shields.io/github/license/rajput-hemant/qwik-template\n[forks]: https://img.shields.io/github/forks/rajput-hemant/qwik-template?style=flat\n[stars]: https://img.shields.io/github/stars/rajput-hemant/qwik-template\n[contributors]: https://contrib.rocks/image?repo=rajput-hemant/qwik-template\u0026max=500\n[contributors-graph]: https://github.com/rajput-hemant/qwik-template/graphs/contributors\n[contrib-rocks]: https://contrib.rocks/preview?repo=rajput-hemant%qwik-template\n[ntl-badge]: https://api.netlify.com/api/v1/badges/f7d5e7dd-5592-4d64-9668-eac70d4a201e/deploy-status\n[ntl-link]: https://app.netlify.com/sites/react-template-vite/deploys\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajput-hemant%2Fqwik-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajput-hemant%2Fqwik-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajput-hemant%2Fqwik-template/lists"}