{"id":15138724,"url":"https://github.com/chalkygames123/front-end-template","last_synced_at":"2025-10-23T15:30:57.769Z","repository":{"id":38484931,"uuid":"116818623","full_name":"chalkygames123/front-end-template","owner":"chalkygames123","description":"🐣 Practical template for building static websites","archived":false,"fork":false,"pushed_at":"2024-02-05T19:35:12.000Z","size":18075,"stargazers_count":19,"open_issues_count":11,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-06T21:48:04.646Z","etag":null,"topics":["babel","boilerplate","eleventy","eslint","gulp-starter","htmlhint","nunjucks","postcss","prettier","sass","stylelint","webpack"],"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/chalkygames123.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":"2018-01-09T13:20:14.000Z","updated_at":"2024-02-26T08:23:52.000Z","dependencies_parsed_at":"2024-02-03T20:26:28.629Z","dependency_job_id":"fe7084b6-2230-48c1-9d60-36ca461f66a0","html_url":"https://github.com/chalkygames123/front-end-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chalkygames123%2Ffront-end-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chalkygames123%2Ffront-end-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chalkygames123%2Ffront-end-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chalkygames123%2Ffront-end-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chalkygames123","download_url":"https://codeload.github.com/chalkygames123/front-end-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237843935,"owners_count":19375230,"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":["babel","boilerplate","eleventy","eslint","gulp-starter","htmlhint","nunjucks","postcss","prettier","sass","stylelint","webpack"],"created_at":"2024-09-26T07:43:58.393Z","updated_at":"2025-10-23T15:30:52.412Z","avatar_url":"https://github.com/chalkygames123.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Front-End Template\n\n[![Renovate: enabled](https://img.shields.io/badge/Renovate-enabled-brightgreen?logo=RenovateBot\u0026logoColor=fff)](https://renovatebot.com/)\n[![CI](https://github.com/chalkygames123/front-end-template/actions/workflows/ci.yaml/badge.svg)](https://github.com/chalkygames123/front-end-template/actions/workflows/ci.yaml)\n[![Open in Visual Studio Code](https://img.shields.io/badge/-Open%20in%20Visual%20Studio%20Code-007acc?labelColor=2c2c32\u0026logo=visualstudiocode\u0026logoColor=007acc)](https://vscode.dev/github/chalkygames123/front-end-template)\n\n\u003e Practical template for building static websites\n\n## Getting started\n\nCreate a new repository on GitHub from this template at https://github.com/chalkygames123/front-end-template/generate or with [GitHub CLI](https://cli.github.com/):\n\n```shell\ngh repo create my-project --public --clone --template chalkygames123/front-end-template\n```\n\nAlternatively, create a new directory and then run:\n\n```shell\ncurl -fsSL https://github.com/chalkygames123/front-end-template/archive/main.tar.gz | tar -xz --strip-components=1\n```\n\nRight after the initialization, you may want to delete these files and directories or modify their content as you see fit:\n\n- `.github`\n- `LICENSE`\n- `renovate.json`\n\n### Examples\n\nSeveral branches illustrate how to customize this template:\n\n- [`example/format-html`](https://github.com/chalkygames123/front-end-template/compare/example/format-html) - format HTML output\n- [`example/format-css`](https://github.com/chalkygames123/front-end-template/compare/example/format-css) - format CSS output\n- [`example/relative-paths`](https://github.com/chalkygames123/front-end-template/compare/example/relative-paths) - use relative paths in HTML templates\n- [`example/yakuhanjp`](https://github.com/chalkygames123/front-end-template/compare/example/yakuhanjp) - use Yaku Han JP with SCSS\n\n---\n\n**Remove everything from here and above**\n\n---\n\n# Project Name\n\n[![code style: airbnb](https://img.shields.io/badge/code_style-airbnb-ff5a5f?logo=airbnb\u0026logoColor=fff)](https://github.com/airbnb/javascript)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4?logo=prettier\u0026logoColor=fff)](https://github.com/prettier/prettier)\n\nProject description\n\n## Prerequisites\n\nMake sure you have the version of Node.js specified in [package.json#engines.node](package.json) installed. By using [Volta](https://volta.sh/), you can automatically switch the version.\n\n## Usage\n\nInstall dependencies:\n\n```shell\nnpm ci\n```\n\nServe with live/hot reload at `localhost:8080`:\n\n```shell\nnpm run dev\n```\n\nRun all format checking:\n\n```shell\nnpm run check\n```\n\nRun all formatters:\n\n```shell\nnpm run format\n```\n\nRun all linters:\n\n```shell\nnpm run lint\n```\n\nRun all linters with autofix:\n\n```shell\nnpm run fix\n```\n\nBuild for production:\n\n```shell\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchalkygames123%2Ffront-end-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchalkygames123%2Ffront-end-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchalkygames123%2Ffront-end-template/lists"}