{"id":14982125,"url":"https://github.com/luizfelipe9627/template-gulp","last_synced_at":"2026-02-27T10:04:48.019Z","repository":{"id":215183577,"uuid":"738268220","full_name":"luizfelipe9627/template-gulp","owner":"luizfelipe9627","description":"Template Gulp criado por mim, tendo como principais tecnologias HTML, CSS/SCSS e JavaScript.","archived":false,"fork":false,"pushed_at":"2025-04-07T05:01:00.000Z","size":1562,"stargazers_count":1,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T11:44:54.395Z","etag":null,"topics":["css3","gulpjs","html5","javascript-es6","nodejs","scss"],"latest_commit_sha":null,"homepage":"https://luizfelipe9627-template-gulp.netlify.app","language":"SCSS","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/luizfelipe9627.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-02T20:45:53.000Z","updated_at":"2024-01-03T17:52:36.000Z","dependencies_parsed_at":"2024-01-03T02:08:20.598Z","dependency_job_id":"7153f38b-4c49-44eb-b8ab-9b18963cb03d","html_url":"https://github.com/luizfelipe9627/template-gulp","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":0.4,"last_synced_commit":"475f9944eb3926fb65fce661d6aef0aa7f85ce3b"},"previous_names":["luizfelipe9627/template-gulp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luizfelipe9627/template-gulp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizfelipe9627%2Ftemplate-gulp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizfelipe9627%2Ftemplate-gulp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizfelipe9627%2Ftemplate-gulp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizfelipe9627%2Ftemplate-gulp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luizfelipe9627","download_url":"https://codeload.github.com/luizfelipe9627/template-gulp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizfelipe9627%2Ftemplate-gulp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29890668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T09:48:51.284Z","status":"ssl_error","status_checked_at":"2026-02-27T09:48:43.992Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css3","gulpjs","html5","javascript-es6","nodejs","scss"],"created_at":"2024-09-24T14:04:50.084Z","updated_at":"2026-02-27T10:04:47.190Z","avatar_url":"https://github.com/luizfelipe9627.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Gulp\n\nO [Gulp](https://gulpjs.com/) é uma ferramenta de automação de tarefas em JavaScript, amplamente utilizada para simplificar o processo de desenvolvimento web. Ele permite automatizar tarefas repetitivas, como minificação de código, concatenação de arquivos, recarga automática do navegador e muito mais.\n\n### Por que usar o Gulp?\n\nO Gulp simplifica o fluxo de trabalho do desenvolvedor, tornando mais eficiente o processo de desenvolvimento e produção. Algumas das vantagens incluem:\n\n- **Automação de Tarefas:** Reduz a necessidade de executar manualmente tarefas repetitivas.\n- **Melhoria no Desempenho:** Otimiza o código, reduzindo seu tamanho e melhorando o desempenho.\n- **Facilidade de Manutenção:** Organiza o código de maneira eficiente, facilitando a manutenção e colaboração.\n\n## Instalação\n\nCertifique-se de ter o [Node.JS](https://nodejs.org/) e o [NPM](https://www.npmjs.com/) instalados antes de prosseguir.\n\n1. Clone o repositório: `git clone https://github.com/luizfelipe9627/template-gulp.git`\n2. Navegue até o diretório do projeto: `cd template-gulp`\n3. Instale as dependências: `npm install`\n\n## Comandos\n\n### Desenvolvimento\n\nExecute o seguinte comando para iniciar o ambiente de desenvolvimento:\n\n```\nnpm run dev\n```\n\n### Produção\n\nExecute o seguinte comando para gerar os arquivos de produção:\n\n```\nnpm run build\n```\n\n## Estrutura de pastas\n\n```\ntemplate-gulp/\n├── dist/\n│ |── assets/ \n│ │ ├── img/\n│ │ │ └── image.png\n│ │ ├── svg/\n│ │ │ └── image.svg\n│ ├── bundle.css\n│ ├── index.html\n│ └── main.css\n├── node_modules/\n├── src/\n│ ├── assets/\n│ │ └── img/\n│ │   └── image.png\n│ │ └── svg/\n│ │   └── image.svg\n│ ├── scripts/\n│ │ └── script.js\n│ ├── styles/\n│ │ └── style.scss\n│ ├── templates/\n│ │ └── index.html\n├── .gitignore\n├── gulpfile.js\n├── package-lock.json\n├── package.json\n└── README.md\n```\n\n## Tecnologias\n\n- [HTML](https://developer.mozilla.org/pt-BR/docs/Web/HTML)\n- [SCSS](https://sass-lang.com/)\n- [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)\n- [Gulp](https://gulpjs.com/)\n- [Node.JS](https://nodejs.org/)\n- [NPM](https://www.npmjs.com/)\n\n## Licença\n\nEste projeto está licenciado sob a Licença MIT - consulte o arquivo [LICENSE](LICENSE.md) para obter detalhes.\n\n## 🧑‍💻 Criador\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/luizfelipe9627\"\u003e\n        \u003cimg src=\"https://github.com/luizfelipe9627.png\" width=\"100px;\" alt=\"Foto de Luiz Felipe Silva no GitHub\"/\u003e\u003cbr\u003e\n        \u003csub\u003e\n          \u003cb\u003eLuiz Felipe Silva\u003c/b\u003e\n        \u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## 📷 Me siga nas redes sociais\u003cbr\u003e\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/luizfelipe9627/\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/-LinkedIn-%230077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizfelipe9627%2Ftemplate-gulp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluizfelipe9627%2Ftemplate-gulp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizfelipe9627%2Ftemplate-gulp/lists"}