{"id":24594534,"url":"https://github.com/appsaeed/vite-sitemap","last_synced_at":"2025-03-18T04:28:50.466Z","repository":{"id":238155599,"uuid":"796005779","full_name":"appsaeed/vite-sitemap","owner":"appsaeed","description":"The plugin helps to automatically create a sitemap for Vite projects with supper easy and save your time","archived":false,"fork":false,"pushed_at":"2024-05-22T15:11:18.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T04:36:50.298Z","etag":null,"topics":["nodejs","npm","npm-package","package","plugins","reactjs","vite","vite-plugin"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/vite-sitemap","language":"TypeScript","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/appsaeed.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":"2024-05-04T16:45:31.000Z","updated_at":"2024-12-31T12:16:05.000Z","dependencies_parsed_at":"2024-11-16T01:15:45.464Z","dependency_job_id":"86612574-2ce8-4ef6-bade-54cea8694d84","html_url":"https://github.com/appsaeed/vite-sitemap","commit_stats":null,"previous_names":["appsaeed/vite-sitemap"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsaeed%2Fvite-sitemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsaeed%2Fvite-sitemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsaeed%2Fvite-sitemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsaeed%2Fvite-sitemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appsaeed","download_url":"https://codeload.github.com/appsaeed/vite-sitemap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244155919,"owners_count":20407439,"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":["nodejs","npm","npm-package","package","plugins","reactjs","vite","vite-plugin"],"created_at":"2025-01-24T11:15:23.860Z","updated_at":"2025-03-18T04:28:50.448Z","avatar_url":"https://github.com/appsaeed.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Intro\nFind the Vite plugins here. They make sitemaps for Vite projects super easy. They help users and search engines find stuff on your site easily. Makes your website better and saves you time.\n\n## Installation\nInstall with [npm](https://www.npmjs.com/)\n```sh\nnpm i -D vite-sitemap\n```\nor Install with [yarn](https://www.npmjs.com/package/yarn)\n```sh\nyarn add vite-sitemap\n```\nor Install with [pnpm](https://www.npmjs.com/package/pnpm)\n```sh\npnpm install vite-sitemap\n```\n\n# Usage\nUse the vite plugin in your project go to vite.config.js or vite.config.ts and add the following to code in vite plugin section\n````js\nsitemap({\n        baseURL: 'www.example.com',\n        urls: [\n            \"about\",\n            \"privacy-policy\",\n            'term-and-conditions',\n            ...\n        ],\n    }),\n````\nPlugin section example in vite.config.ts or js\n````js\nimport { defineConfig } from 'vite';\nimport sitemap from 'vite-sitemap';\n\n// https://vitejs.dev/config/\nexport default defineConfig({\n  plugins: [\n    sitemap({ baseURL: 'www.example.com' })\n  ],\n});\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsaeed%2Fvite-sitemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappsaeed%2Fvite-sitemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsaeed%2Fvite-sitemap/lists"}