{"id":18060541,"url":"https://github.com/im-beast/anzu","last_synced_at":"2026-05-01T16:36:27.925Z","repository":{"id":62422389,"uuid":"433586677","full_name":"Im-Beast/anzu","owner":"Im-Beast","description":"Very light CLI tool for checking whether files have license notice","archived":false,"fork":false,"pushed_at":"2024-06-07T21:41:59.000Z","size":115,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T16:16:11.703Z","etag":null,"topics":["cli","deno","license","license-checking","mit","terminal","typescript"],"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/Im-Beast.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":"2021-11-30T21:08:28.000Z","updated_at":"2024-06-07T21:40:37.000Z","dependencies_parsed_at":"2024-11-22T16:11:49.225Z","dependency_job_id":null,"html_url":"https://github.com/Im-Beast/anzu","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Beast%2Fanzu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Beast%2Fanzu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Beast%2Fanzu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Beast%2Fanzu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Im-Beast","download_url":"https://codeload.github.com/Im-Beast/anzu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247334038,"owners_count":20922130,"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":["cli","deno","license","license-checking","mit","terminal","typescript"],"created_at":"2024-10-31T04:09:14.262Z","updated_at":"2026-05-01T16:36:27.690Z","avatar_url":"https://github.com/Im-Beast.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 Anzu\n\nAnzu is very light CLI tool for checking whether files have license header\n\n![Anzu help output](./docs/help.png)\n![Anzu example output](./docs/example-output.png)\n\n## Installation\n\nRemember you have to have deno path set when installing. Do it using this bash\ncommand: `echo 'export PATH=\"$HOME/.deno/bin:$PATH\"' \u003e\u003e ~/.bashrc` You may want\nto replace `~/.bashrc` with your shell rc config, eg. `~/.zshrc` for zsh\n\n- Without explicit permissions:\n  - `deno install -n anzu https://deno.land/x/anzu@$MODULE_VERSION/src/cli.ts`\n- With explicit permissions:\n  - `deno install -n anzu --allow-read --allow-write --allow-net https://deno.land/x/anzu@$MODULE_VERSION/src/cli.ts`\n- You can also do `deno run https://deno.land/x/anzu@$MODULE_VERSION/src/cli.ts`\n  without actually installing it\n\n## 📚 Why not [deno_license_checker](https://github.com/kt3k/deno_license_checker)\n\nI got discouraged from deno_license_checker because of several things, majorly:\n\n- Its size – 177KB\n- Performance\n- Requirement of config file\n- Doesn't ask for permissions – they have to be specified otherwise it'll exit\n\nAnzu solves some of these problems:\n\n- It's significantly smaller – 27KB\n- In my case its multiple times faster (benchmarks needed)\n- Every option has to be set in CLI\n- If you want to launch same command using one command – just create bash script\n  that does that (see [here](./find-license.sh))\n- If permissions aren't specified it automatically requests you for them\n\nWhy not Anzu?\n\n- It's not compatible with windows (Im 99.9% sure, but didn't tested it)\n- If you prefer having external config file Anzu probably isn't for you\n\nWhat can Anzu also do?\n\n- Additionally it can load license template from given URL and Path\n- It can search for license using RegExp\n- Exclude files and directories using regexp\n- You can see full functionality using `-h` option.\n\n## 🤝 Contributing\n\nI'm open to any idea and criticism. Feel free to add any commits, issues and\npull requests!\n\n## 📝 Licensing\n\nThis project is available under MIT License conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim-beast%2Fanzu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fim-beast%2Fanzu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim-beast%2Fanzu/lists"}