{"id":21684553,"url":"https://github.com/someaspy/recroissant","last_synced_at":"2026-05-10T14:45:12.569Z","repository":{"id":64849431,"uuid":"578858180","full_name":"SomeAspy/ReCroissant","owner":"SomeAspy","description":"The Best Replugged Plugin to Ever Exist","archived":false,"fork":false,"pushed_at":"2022-12-16T04:39:03.000Z","size":63,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T11:33:04.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/SomeAspy.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}},"created_at":"2022-12-16T03:33:08.000Z","updated_at":"2024-08-13T19:45:18.000Z","dependencies_parsed_at":"2022-12-16T16:32:11.801Z","dependency_job_id":null,"html_url":"https://github.com/SomeAspy/ReCroissant","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"replugged-org/plugin-template","purl":"pkg:github/SomeAspy/ReCroissant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomeAspy%2FReCroissant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomeAspy%2FReCroissant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomeAspy%2FReCroissant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomeAspy%2FReCroissant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SomeAspy","download_url":"https://codeload.github.com/SomeAspy/ReCroissant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomeAspy%2FReCroissant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32860226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11-25T16:16:04.005Z","updated_at":"2026-05-10T14:45:12.537Z","avatar_url":"https://github.com/SomeAspy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Replugged plugin template\n\n[Use this template](https://github.com/replugged-org/plugin-template/generate)\n\n## Prerequisites\n\n- NodeJS\n- pnpm: `npm i -g pnpm`\n- [Replugged](https://github.com/replugged-org/replugged#installation)\n\n## Install\n\n1. [Create a copy of this template](https://github.com/replugged-org/plugin-template/generate)\n2. Clone your new repository and cd into it\n3. Install dependencies: `pnpm i`\n4. Build the plugin: `pnpm run build`\n5. Reload Discord to load the plugin\n\nThe unmodified plugin will log \"Typing prevented\" in the console when you start typing in any\nchannel.\n\n## Development\n\nThe code must be rebuilt after every change. You can use `pnpm run watch` to automatically rebuild\nthe plugin when you save a file.\n\nBuilding using the script above will automatically install the updated version of the plugin in\nReplugged. You can find the plugin folder directories for your OS\n[here](https://github.com/replugged-org/replugged#installing-plugins-and-themes). If you don't want\nto install the updated version, set the `NO_INSTALL` environment variable with any value:\n`NO_INSTALL=true pnpm run build`.\n\nYou can format the code by running `pnpm run lint:fix`. The repository includes VSCode settings to\nautomatically format on save.\n\nAPI docs coming soon(tm)\n\n## Distribution\n\nFor plugin distribution, Replugged uses bundled `.asar` files. Bundled plugins can be installed to\nthe same plugin folder as listed above.\n\nThis repository includes a GitHub workflow to compile and publish a release with the asar file. To\ntrigger it, create a tag with the version number preceded by a `v` (e.g. `v1.0.0`) and push it to\nGitHub:\n\n```sh\ngit tag v1.0.0\ngit push --tags\n```\n\nThe Replugged updater (coming soon™) will automatically check for updates on the repository\nspecified in the manifest. Make sure to update it to point to the correct repository!\n\nYou can manually compile the asar file with `pnpm run build-and-bundle`.\n\n## Troubleshooting\n\n### Make sure Replugged is installed and running.\n\nOpen Discord settings and make sure the Replugged tab is there. If not,\n[follow these instructions](https://github.com/replugged-org/replugged#installation) to install\nReplugged.\n\n### Make sure the plugin is installed.\n\nCheck the [plugin folder](https://github.com/replugged-org/replugged#installing-plugins-and-themes)\nfor your OS and make sure the plugin is there. If not, make sure you have built the plugin and that\nthe `NO_INSTALL` environment variable is not set. You can run\n`replugged.plugins.list().then(console.log)` in the console to see a list of plugins in the plugin\nfolder.\n\n### Make sure the plugin is running.\n\nCheck the console for a message saying `[Replugged:Plugin:Plugin Template] Plugin started`. If you\ndon't see it, try reloading Discord. If that doesn't work, check for any errors in the console.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomeaspy%2Frecroissant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomeaspy%2Frecroissant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomeaspy%2Frecroissant/lists"}