{"id":23582634,"url":"https://github.com/dashpilot/html-kit","last_synced_at":"2025-11-02T19:30:23.099Z","repository":{"id":268561109,"uuid":"869531113","full_name":"dashpilot/html-kit","owner":"dashpilot","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-17T15:05:53.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T01:12:19.591Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dashpilot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-10-08T13:01:45.000Z","updated_at":"2024-12-17T15:05:56.000Z","dependencies_parsed_at":"2024-12-17T14:39:04.389Z","dependency_job_id":"c901a058-1dde-4a24-9cf1-bf00d8737a88","html_url":"https://github.com/dashpilot/html-kit","commit_stats":null,"previous_names":["dashpilot/html-kit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpilot%2Fhtml-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpilot%2Fhtml-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpilot%2Fhtml-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashpilot%2Fhtml-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashpilot","download_url":"https://codeload.github.com/dashpilot/html-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239399807,"owners_count":19632022,"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-27T01:12:21.434Z","updated_at":"2025-11-02T19:30:23.044Z","avatar_url":"https://github.com/dashpilot.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# html-kit\n\nHtml-kit is a nodejs build script to give plain html superpowers. It adds:\n\n-   **html includes** - you can now simply include other HTML files/partials into your index.html\n-   **html components** - each partial can contain css and js which is split out into separate components.css and components.js files. So you can use html, css and js in one file.\n-   **live preview and hot reload** - Html-kit comes with a built-in webserver and automatically reloads every time you make changes\n\nTake a look at `src/index.html` and `src/components.html` to see how (simple) it all works.\n\n## HTML includes\n\nTo include a file:\n\n```\n{{include \"components/my-component.html\"}}\n```\n\n# How to install?\n\nYou can download this repo, and use it as the basis for your new project, or you can use Degit to download the files to your current working directory:\n\n```bash\nnpm install -g degit\ndegit https://github.com/dashpilot/html-kit\n```\n\nTo run it:\n\n```\nnpm install\nnpm run dev\n```\n\nThis will start a dev server at localhost:3000 and will watch your `src` folder for changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashpilot%2Fhtml-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashpilot%2Fhtml-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashpilot%2Fhtml-kit/lists"}