{"id":20102568,"url":"https://github.com/onedevstudio/starter-kit","last_synced_at":"2025-05-06T08:30:48.801Z","repository":{"id":147137736,"uuid":"108985372","full_name":"onedevstudio/starter-kit","owner":"onedevstudio","description":"🏃 A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS","archived":false,"fork":false,"pushed_at":"2019-08-26T14:20:42.000Z","size":718,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T10:12:18.020Z","etag":null,"topics":["babel","boilerplate","es6","eslint","gulp","gulp4","postcss","sass","starter","starter-kit","stylelint","webpack"],"latest_commit_sha":null,"homepage":"https://starter-kit.nandomoreira.dev/","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/onedevstudio.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":"2017-10-31T11:21:16.000Z","updated_at":"2022-07-27T08:09:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d8d942e-87d8-4917-94da-d06ef3ea89ae","html_url":"https://github.com/onedevstudio/starter-kit","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedevstudio%2Fstarter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedevstudio%2Fstarter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedevstudio%2Fstarter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onedevstudio%2Fstarter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onedevstudio","download_url":"https://codeload.github.com/onedevstudio/starter-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252648451,"owners_count":21782391,"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","es6","eslint","gulp","gulp4","postcss","sass","starter","starter-kit","stylelint","webpack"],"created_at":"2024-11-13T17:31:48.522Z","updated_at":"2025-05-06T08:30:48.795Z","avatar_url":"https://github.com/onedevstudio.png","language":"JavaScript","funding_links":["https://www.paypal.me/nandomoreira/5"],"categories":[],"sub_categories":[],"readme":"# [Starter Kit](https://starter-kit.nandomoreira.dev/)\n\n[![Maintainability](https://api.codeclimate.com/v1/badges/e98eec03de678dcdb610/maintainability)](https://codeclimate.com/github/onedevstudio/starter-kit/maintainability) ![GitHub](https://img.shields.io/github/license/onedevstudio/starter-kit.svg) ![GitHub repo size](https://img.shields.io/github/repo-size/onedevstudio/starter-kit.svg) ![GitHub package.json version](https://img.shields.io/github/package-json/v/onedevstudio/starter-kit.svg) [![Netlify Status](https://api.netlify.com/api/v1/badges/59489b42-daeb-4c07-af4a-158aae7ff899/deploy-status)](https://app.netlify.com/sites/starter-kit/deploys)\n\n\u003e A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Support](#support)\n- [Contributing](#contributing)\n- [Tasks](#tasks)\n- [History](#history)\n- [License](#license)\n\n## Installation\n\n```bash\ngit clone https://github.com/onedevstudio/starter-kit.git your-project\ncd your-project/ \u0026\u0026 rm -rf .git\nyarn install # or npm install\nyarn dev # or npm run dev\n```\n\n## Support\n\nPlease [open an issue](../../issues/new) for support.\n\n## Contributing\n\nPlease contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](../../compare?expand=1).\nContributing\n\n1. Fork it!\n2. Create your feature branch: git checkout -b my-new-feature\n3. Commit your changes: git commit -m 'Add some feature'\n4. Push to the branch: git push origin my-new-feature\n5. Submit a pull request :D\n\n## Tasks\n\n**Gulp tasks**\n\n- `gulp` ~\u003e Build and watch files\n- `gulp watch` ~\u003e Watch js files\n- `gulp server` ~\u003e Watch js files and start browser sync server\n- `gulp copyFiles` ~\u003e Copy static files\n- `gulp favicons` ~\u003e Generate all favicons\n- `gulp build` ~\u003e Build all files\n\n**NPM scripts**\n\n- `npm run start` ~\u003e Starts the task `gulp server` in env production\n- `npm run prod` ~\u003e Starts the tasks `npm run lint` and `npm run build`\n- `npm run build` ~\u003e Starts the tasks `gulp build` in env production\n- `npm run dev` ~\u003e Starts the tasks `gulp` in env development\n- `npm run deploy` ~\u003e Starts the tasks `npm run prod` and run the command `netlify deploy --prod`\n- `npm run eslint` ~\u003e Run the command `eslint .`\n- `npm run eslint:fix` ~\u003e Run the task `npm run eslint --fix`\n- `npm run stylelint` ~\u003e Run the command `stylelint \"**/*.scss\"`\n- `npm run stylelint:fix` ~\u003e Run the task `npm run stylelint --fix`\n- `npm run lint` ~\u003e Starts the tasks `npm run eslint` and `npm run stylelint`\n- `npm run pre-commit` ~\u003e Start the task `npm run lint`\n\n## History\n\nSee [Releases](../../releases) for detailed changelog.\n\n## Author\n\n| [![twitter/oseunando](https://avatars6.githubusercontent.com/u/1318271?v=4\u0026s=120)](http://twitter.com/oseunando \"Follow @oseunando on Twitter\") |\n| ----------------------------------------------------------------------------------------------------------------------------------------------- |\n| [Fernando Moreira](http://twitter.com/oseunando)                                                                                                |\n\n## License\n\n```\nWWWWWW||WWWWWW\n W W W||W W W\n      ||\n    ( OO )__________\n     /  |           \\\n    /o o|    MIT     \\\n    \\___/||_||__||_|| *\n         || ||  || ||\n        _||_|| _||_||\n       (__|__|(__|__|\n```\n\nCode is under [MIT License](/LICENSE) - © Fernando Moreira\n\n## Buy me a coffee?\n\nIt will encourage me to keep it going, fix whatever bugs you find and spend time making it better :D\n\n\u003ca href=\"https://www.paypal.me/nandomoreira/5\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Buy%20me%20a%20coffee%3F-US%24%205-blue.svg\" alt=\"Buy me a coffee? - https://www.paypal.me/nandomoreira/5\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonedevstudio%2Fstarter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonedevstudio%2Fstarter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonedevstudio%2Fstarter-kit/lists"}