{"id":17691310,"url":"https://github.com/williamcanin/gosync-html","last_synced_at":"2026-04-19T14:02:03.903Z","repository":{"id":84845218,"uuid":"416128043","full_name":"williamcanin/gosync-html","owner":"williamcanin","description":":skull: Simple Boilerplate with HTML pure, using Twitter Bootstrap, Gulp, and Browser Sync.","archived":false,"fork":false,"pushed_at":"2021-10-12T03:02:05.000Z","size":255,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T22:26:38.930Z","etag":null,"topics":["boilerplate","bootstrap","browsersync","gulp","html","nodejs","skeleton"],"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/williamcanin.png","metadata":{"files":{"readme":"README-en.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-10-12T00:29:00.000Z","updated_at":"2021-10-12T03:02:07.000Z","dependencies_parsed_at":"2023-03-02T15:31:25.250Z","dependency_job_id":null,"html_url":"https://github.com/williamcanin/gosync-html","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/williamcanin/gosync-html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamcanin%2Fgosync-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamcanin%2Fgosync-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamcanin%2Fgosync-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamcanin%2Fgosync-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/williamcanin","download_url":"https://codeload.github.com/williamcanin/gosync-html/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamcanin%2Fgosync-html/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["boilerplate","bootstrap","browsersync","gulp","html","nodejs","skeleton"],"created_at":"2024-10-24T12:08:15.833Z","updated_at":"2026-04-19T14:02:03.874Z","avatar_url":"https://github.com/williamcanin.png","language":"JavaScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=C4EEL62SFHZS4\u0026source=url"],"categories":[],"sub_categories":[],"readme":"[Leia em Português do Brasil](https://github.com/williamcanin/gosync-html/blob/master/README.md)\n\n# Go!Sync HTML\n\n[![NodeJS with Gulp](https://github.com/williamcanin/gosync-html/actions/workflows/npm-gulp.yml/badge.svg)](https://github.com/williamcanin/gosync-html/actions/workflows/npm-gulp.yml)\n\n\nSimple boilerplate using pure HTML with, [Gulp](http://gulpjs.com/), [Twitter Bootstrap](http://getbootstrap.com), e [Browser Sync](https://www.browsersync.io).\n\n### Introduction\n\n\"Go!Sync HTML\" facilitates the development of HTML's projects in a way that the monitoring of all changes made to HTML's, Style Sheets and Javascripts are done automatically through [Gulp](http://gulpjs.com/) tasks , and [Browser Sync](https://www.browsersync.io). An easy way to forget about the browser's F5 and many more. ;)\n\n### How does **Go!Sync HTML** HTML work ?\n\n* All HTML file structures are minified by option via the `config.json`. You must create your pages inside the folder `src/templates`.\n\n* You create style sheets with SASS that will be compiled to CSS and automatically minified with every change. You must create your style sheets within `src/scss`.\n\n* JavaScripts are automatically concatenated and minified with each change as well. You must create your Javascript scripts inside `src/js`.\n\n### Requirements\n\n| Required       | Version | How to check      | How to install  |\n| --------------- | -------| ------------------- | -------------- |\n| Git             | indifferent | `git --version`     | [Git](http://git-scm.com/) |\n| Node            | \u003e= 12.0 | `node -v`          | [Nodejs](http://nodejs.org/) |\n| Npm             | indifferent | `npm --version`     | **Nodejs** contains **Npm** |\n| Gulp            | \u003e=4.0.0  | `gulp -v`           | [Gulp](http://gulpjs.com/) |\n\n\u003e Veja a documentação de cada requerimento para a instalação.\n\n### Installing\n\nAfter installing all the above requirements, do the following commands:\n\n1 - Clone **Go!Sync HTML** and access the folder:\n\n```shell\n$ git clone https://github.com/williamcanin/gosync-html.git \"mysite\"; cd mysite\n```\n\n* 2 - Installing **Go!Sync HTML** dependencies :\n\n```shell\n$ npm install\n```\n\n### Building\n\n* Use the command below to compile your project:\n\n```shell\n$ gulp build\n```\n\nor\n\n```shell\n$ $(npm bin)/gulp build\n```\n\nNote: Your website will be compiled into the folder `public` by default.\n\n### Starting local server\n\n* The command below you start a local server with [Browser Sync](https://www.browsersync.io) (for development):\n\n```shell\n$ gulp serve\n```\n\nor\n\n```shell\n$ $(npm bin)/gulp serve\n```\n\n\u003e Note 1: For more gulp tasks, use `gulp --tasks`.\n\u003e Note 2: There is no need to compile and then start the server.\n\n### Donation\n\nIf you liked my work, buy me a coffee \u003c3\n\n[![paypal](https://www.paypalobjects.com/pt_BR/BR/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=C4EEL62SFHZS4\u0026source=url)\n\n### License\n\n[MIT License](https://github.com/williamcanin/gosync-html/blob/main/LICENSE) © William Canin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamcanin%2Fgosync-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamcanin%2Fgosync-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamcanin%2Fgosync-html/lists"}