{"id":19064113,"url":"https://github.com/florianwendelborn/robogen","last_synced_at":"2026-05-17T02:03:39.698Z","repository":{"id":143906831,"uuid":"80331658","full_name":"FlorianWendelborn/robogen","owner":"FlorianWendelborn","description":"🤖 Robots.txt generator done right.","archived":false,"fork":false,"pushed_at":"2017-03-09T14:44:46.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T13:46:47.818Z","etag":null,"topics":["npm-package","robots-generator","robots-txt"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/robogen","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/FlorianWendelborn.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}},"created_at":"2017-01-29T06:08:31.000Z","updated_at":"2017-10-17T16:15:51.000Z","dependencies_parsed_at":"2023-04-05T11:48:17.062Z","dependency_job_id":null,"html_url":"https://github.com/FlorianWendelborn/robogen","commit_stats":null,"previous_names":["dodekeract/robogen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianWendelborn%2Frobogen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianWendelborn%2Frobogen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianWendelborn%2Frobogen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianWendelborn%2Frobogen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlorianWendelborn","download_url":"https://codeload.github.com/FlorianWendelborn/robogen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240118330,"owners_count":19750471,"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":["npm-package","robots-generator","robots-txt"],"created_at":"2024-11-09T00:41:22.180Z","updated_at":"2026-05-14T18:30:17.496Z","avatar_url":"https://github.com/FlorianWendelborn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# robogen\n\n\u003e Robots.txt generator done right.\n\nTakes an array of objects that describe rules. Converts them to an appropriate `robots.txt`.\n\n[![Slack](https://slack.dodekeract.com/badge.svg)](https://slack.dodekeract.com)\n\n## Usage\n\nGenerate a `robots.txt`:\n\n```js\nimport robogen from 'robogen'\n\nconst robotsTXT = robogen([{\n\tuserAgent: '*',\n\tallow: '/',\n\tdisallow: ['/secret', '/private']\n}, {\n\tuserAgent: ['Bingbot', 'MSNBot'],\n\tdisallow: '/'\n}])\n\nconsole.log(robotsTXT)\n```\n\nThis will output\n\n```http\nUser-agent: *\nAllow: /\nDisallow: /secret\nDisallow: /private\nUser-agent: Bingbot\nUser-agent: MSNBot\nDisallow: /\n```\n\n## Install\n\nWith [npm](https://npmjs.org/) installed, run\n\n```sh\n$ npm install robogen\n```\n\n## Acknowledgments\n\nrobogen was inspired by [robots-generator](https://npmjs.com/package/robots-generator)\n\n## See Also\n\n- [`noffle/common-readme`](https://github.com/noffle/common-readme)\n\n## License\n\n[MIT](license.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianwendelborn%2Frobogen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorianwendelborn%2Frobogen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianwendelborn%2Frobogen/lists"}