{"id":29176533,"url":"https://github.com/devtorello/freddie","last_synced_at":"2026-05-03T21:31:35.171Z","repository":{"id":288694803,"uuid":"968891611","full_name":"devtorello/freddie","owner":"devtorello","description":"🐕 Your git hooks best-friend! *bark*","archived":false,"fork":false,"pushed_at":"2025-05-26T00:45:32.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T20:14:06.771Z","etag":null,"topics":["deno","git","hooks"],"latest_commit_sha":null,"homepage":"","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/devtorello.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","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,"zenodo":null}},"created_at":"2025-04-18T23:43:01.000Z","updated_at":"2025-05-31T15:30:18.000Z","dependencies_parsed_at":"2025-04-19T11:11:18.798Z","dependency_job_id":"fde96f4a-218f-42fd-96fd-eda42920a4a2","html_url":"https://github.com/devtorello/freddie","commit_stats":null,"previous_names":["devtorello/freddie"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/devtorello/freddie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtorello%2Ffreddie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtorello%2Ffreddie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtorello%2Ffreddie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtorello%2Ffreddie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devtorello","download_url":"https://codeload.github.com/devtorello/freddie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtorello%2Ffreddie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["deno","git","hooks"],"created_at":"2025-07-01T17:01:59.924Z","updated_at":"2026-05-03T21:31:34.969Z","avatar_url":"https://github.com/devtorello.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐶 Freddie\n\nYour git's best friend. Freddie is a CLI tool that helps you manage git hooks on\ndeno.\n\n_This is a tribute to my best friend and the goodest boy ever, Freddie, who sadly passed away last April._\n_I will always love you, no matter what, and I hope this lib can help people the same way you helped me through the last 4 years together. See you on the other side, buddy! ❤️‍🩹_\n\n## Installation\n\nAs for the moment, Freddie hooks are available only for Deno runtime. You can install it using deno install, with the following command:\n\n```bash\ndeno install --global --allow-run --allow-write --allow-read --name=freddie @freddie/hooks\n```\n\n_FYI: Since this is a command-line interface tool, we use `deno install` instead of `deno add jsr:` to turn it into a globally available executable command on your system. Plus, if you have any doubts about the needed permissions, take a look [here](https://docs.deno.com/runtime/fundamentals/security/#permissions)._\n\n### Adding Freddie to your path\n\nIf you want to add Deno and consequently Freddie to your path, you can add the following line to your shell configuration file (e.g. `.bashrc`, `.zshrc`, etc.):\n\n```bash\nexport PATH=\"$PATH:$HOME/.deno/bin\"\n```\n\n### Uninstalling Freddie\n\nIf you want to uninstall Freddie globally, you can use the following command:\n\n```bash\nrm \"$HOME/.deno/bin/freddie\"\n```\n\nHope you had a great time with us! 🩵\n\n## Usage\n\nWhen using the CLI, you can use the `freddie` command to manage your git hooks - if that's the name you chose during the installation. Here's an example of how to use it:\n\n```bash\nfreddie help\n```\n\nYou should see something like this:\n\n```text\n🐶 Here are the commands I know:\n  - add: Adds a new hook to your Freddie library;\n  - destroy: Removes a hook from your Freddie library;\n  - list: Lists all hooks in your Freddie library;\n  - show: Shows the content of a hook;\n  - sleep: Suspends a hook;\n  - wake: Resumes a hook;\n  - uninstall: Uninstalls Freddie from your system;\n  - welcome: Installs Freddie to your system.\n```\n\n## Tricks\n\nIf you want to know more about what tricks Freddie knows, you can take a look on the [tricks](./docs/tricks.md) section of our _docs_ folder.\n\n## Contributing\n\nIf you want to contribute to Freddie, you can take a look on the [contributing](./docs/contributing.md) section of our _docs_ folder.\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevtorello%2Ffreddie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevtorello%2Ffreddie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevtorello%2Ffreddie/lists"}