{"id":16633127,"url":"https://github.com/yazaldefilimone/javascript-starter","last_synced_at":"2025-08-04T06:42:11.848Z","repository":{"id":200683304,"uuid":"706078842","full_name":"yazaldefilimone/javascript-starter","owner":"yazaldefilimone","description":"JavaScript starter with vitetest, prettier, eslint. All the tools you need to build your project.","archived":false,"fork":false,"pushed_at":"2023-10-17T09:32:53.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T11:30:04.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/yazaldefilimone.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}},"created_at":"2023-10-17T09:07:55.000Z","updated_at":"2023-10-17T09:31:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e4a651d-63e5-4ec8-946f-49c0ec384022","html_url":"https://github.com/yazaldefilimone/javascript-starter","commit_stats":null,"previous_names":["yazaldefilimonepinto/javascript-starter","yazaldefilimone/javascript-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/yazaldefilimone/javascript-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fjavascript-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fjavascript-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fjavascript-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fjavascript-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yazaldefilimone","download_url":"https://codeload.github.com/yazaldefilimone/javascript-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fjavascript-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268659211,"owners_count":24285865,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"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":[],"created_at":"2024-10-12T05:12:11.020Z","updated_at":"2025-08-04T06:42:11.812Z","avatar_url":"https://github.com/yazaldefilimone.png","language":"JavaScript","readme":"\u003csamp\u003e\n \u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?label=JavaScript Starter\u0026message=Welcome\u0026color=FFFFFF\u0026labelColor=110C2F\" alt=\"TypeScript Starter welcome!\" /\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=version\u0026message=1.0\u0026color=FFFFFF\u0026labelColor=110C2F\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=FFFFFF\u0026labelColor=110C2F\"\u003e\n  \u003cimg alt=\"Stars\" src=\"https://img.shields.io/github/stars/yazaldefilimonepinto/javascript-starter?color=FFFFFF\u0026labelColor=110C2F\"\u003e\n  \u003cimg alt=\"Languages\" src=\"https://img.shields.io/github/languages/count/yazaldefilimonepinto/javascript-starter?color=FFFFFF\u0026labelColor=110C2F\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\" \u003e\nJavaScript starter with vitest, prettier, eslint. \u003cbr\u003e\nAll the tools you need to build your project.\n\u003cP/\u003e\n\n## Features\n\n- ⚡️ Vitest 0.34\n- ⭐ Node 18\n- 📏 ESLint — To find and fix problems in your code\n- 💖 Prettier — Code Formatter for consistent style\n- 🐶 Husky — For running scripts before committing\n- 🚓 Commitlint — To make sure your commit messages follow the convention\n- 🚫 lint-staged — Run ESLint and Prettier against staged Git files\n- ⚙️ EditorConfig - Consistent coding styles across editors and IDEs\n\n### Development\n\nTo start the project locally, run:\n\n```bash\n  npm dev\n  our\n  yarn dev\n```\n\n### Requirements\n\n- Node.js \u003e= 18.13.0\n- npm our yarn\n\n### Scripts\n\n- `yarn/npm dev` — Starts the application in development mode.\n- `yarn/npm build` — Creates an optimized production build of your application.\n- `yarn/npm start` — Starts the application in production mode.\n- `yarn/npm lint` — Runs ESLint for all files.\n- `yarn/npm format` — Try format files use prettier.\n- `yarn/npm lint:fix` — Try fix files use eslint.\n- `yarn/npm lint:all` — Runs all lint scripts and format: `npm run format \u0026\u0026 npm run lint:fix \u0026\u0026 npm run lint` .\n- `yarn/npm test` — Runs test files without watch mode.\n- `yarn/npm test:watch` — Runs test files with watch mode.\n- `yarn/npm test:ui` — Run in browser UI views tests.\n- `yarn/npm test:coverage` — Runs test files with coverage report.\n\n\u003ca id=\"license\"\u003e\u003c/a\u003e\n\n### License\n\n[MIT](https://github.com/yazaldefilimonepinto/javascript-starter/blob/main/LICENSE) © [Yazalde Filimone](https://www.linkedin.com/in/yazalde-filimone/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyazaldefilimone%2Fjavascript-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyazaldefilimone%2Fjavascript-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyazaldefilimone%2Fjavascript-starter/lists"}