{"id":20066425,"url":"https://github.com/itgalaxy/robotstxt-webpack-plugin","last_synced_at":"2025-05-05T18:32:44.710Z","repository":{"id":13041676,"uuid":"73401548","full_name":"itgalaxy/robotstxt-webpack-plugin","owner":"itgalaxy","description":"A webpack plugin to generate a robots.txt file","archived":false,"fork":false,"pushed_at":"2023-03-15T04:52:37.000Z","size":803,"stargazers_count":35,"open_issues_count":3,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-26T06:23:23.490Z","etag":null,"topics":["robots-txt","robotstxt","webpack","webpack-plugin"],"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/itgalaxy.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","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":"2016-11-10T16:44:24.000Z","updated_at":"2023-11-14T05:49:31.000Z","dependencies_parsed_at":"2024-06-18T16:34:07.669Z","dependency_job_id":"965eea98-cc19-465f-b82b-a726988e1f8f","html_url":"https://github.com/itgalaxy/robotstxt-webpack-plugin","commit_stats":{"total_commits":77,"total_committers":6,"mean_commits":"12.833333333333334","dds":"0.48051948051948057","last_synced_commit":"56172394ffdd9272ad7a1a1f0b64b67fa59f8c66"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Frobotstxt-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Frobotstxt-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Frobotstxt-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itgalaxy%2Frobotstxt-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itgalaxy","download_url":"https://codeload.github.com/itgalaxy/robotstxt-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252553185,"owners_count":21766846,"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":["robots-txt","robotstxt","webpack","webpack-plugin"],"created_at":"2024-11-13T13:57:05.200Z","updated_at":"2025-05-05T18:32:44.330Z","avatar_url":"https://github.com/itgalaxy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NPM version](https://img.shields.io/npm/v/robotstxt-webpack-plugin.svg)](https://www.npmjs.org/package/robotstxt-webpack-plugin)\n[![Travis Build Status](https://img.shields.io/travis/itgalaxy/robotstxt-webpack-plugin/master.svg?label=build)](https://travis-ci.org/itgalaxy/robotstxt-webpack-plugin)\n[![dependencies Status](https://david-dm.org/itgalaxy/robotstxt-webpack-plugin/status.svg)](https://david-dm.org/itgalaxy/robotstxt-webpack-plugin)\n[![devDependencies Status](https://david-dm.org/itgalaxy/robotstxt-webpack-plugin/dev-status.svg)](https://david-dm.org/itgalaxy/robotstxt-webpack-plugin?type=dev)\n\n# robotstxt-webpack-plugin\n\nGenerating `robots.txt` using webpack.\n\nWhy your need [robots.txt](https://support.google.com/webmasters/answer/6062608?hl=en)?\n\nWebpack plugin for [generate-robotstxt](https://github.com/itgalaxy/generate-robotstxt/) package.\n\n## Getting Started\n\nTo begin, you'll need to install `robotstxt-webpack-plugin`:\n\n```console\nnpm install --save-dev robotstxt-webpack-plugin\n```\n\n**webpack.config.js**\n\n```js\nconst RobotstxtPlugin = require(\"robotstxt-webpack-plugin\");\n\nconst options = {}; // see options below\n\nmodule.exports = {\n  plugins: [new RobotstxtPlugin(options)],\n};\n```\n\n## Options\n\n- `filePath` - (optional) path for robots.txt (should be contain full path include `robots.txt` file name, example - `path/to/robots.txt`).\n- `General options` - see [generate-robotstxt](https://github.com/itgalaxy/generate-robotstxt) options.\n\n## Related\n\n- [generate-robotstxt](https://github.com/itgalaxy/generate-robotstxt) - api for this package.\n\n## Contribution\n\nFeel free to push your code if you agree with publishing under the MIT license.\n\n## Changelog\n\n[MIT](./CHANGELOG.md)\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitgalaxy%2Frobotstxt-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitgalaxy%2Frobotstxt-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitgalaxy%2Frobotstxt-webpack-plugin/lists"}