{"id":26016094,"url":"https://github.com/wzykubek/licensmith","last_synced_at":"2026-05-27T13:33:58.394Z","repository":{"id":269902180,"uuid":"908747705","full_name":"wzykubek/licensmith","owner":"wzykubek","description":"Crafting the ideal license for your Git repository in seconds!","archived":false,"fork":false,"pushed_at":"2025-02-13T22:51:09.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T23:33:03.186Z","etag":null,"topics":["cli","go","license","license-management","tool"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wzykubek.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-12-26T21:32:00.000Z","updated_at":"2025-02-13T22:51:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"a62bb265-bdc6-4079-82f2-dde47d6d8af1","html_url":"https://github.com/wzykubek/licensmith","commit_stats":null,"previous_names":["wzykubek/powerlicense"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzykubek%2Flicensmith","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzykubek%2Flicensmith/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzykubek%2Flicensmith/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzykubek%2Flicensmith/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wzykubek","download_url":"https://codeload.github.com/wzykubek/licensmith/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242144486,"owners_count":20078967,"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","go","license","license-management","tool"],"created_at":"2025-03-06T03:52:53.241Z","updated_at":"2026-05-27T13:33:53.348Z","avatar_url":"https://github.com/wzykubek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Licensmith\n\nLicensmith, a streamlined tool, allows you to create an `LICENSE` file for your Git repository\nwith ease, using just one command. This tool is designed to save you time and effort.\n\n[![Go Reference](https://pkg.go.dev/badge/go.wzykubek.xyz/licensmith.svg)](https://pkg.go.dev/go.wzykubek.xyz/licensmith)\n\n---\n\n## Usage\n\nFor example if you want to generate an ISC `LICENSE` file with the current year and your name,\nrun the following command:\n\n```bash\nlicensmith add ISC\n```\n\nBy default, Licensmith read user details from your local Git repository (name and email). \nAs a fallback it uses global Git configuration.\n\nYou can customize this process by providing specific values using the following command:\n\n```bash\nlicensmith add ISC --name \"John Doe\" --email \"jdoe@example.com\"\n```\n\nTo view available templates, run the following command:\n\n```bash\nlicensmith list\n```\n\nTo display a license summary, use:\n\n```bash\nlicensmith show ISC\n```\n\n## Installation\n\nLicensmith can be installed using various methods.\n\n### From Source\n\nThis is universal method to build a binary for any system and architecture. \nYou need to have Go installed.\n\n```bash\ngit clone https://github.com/wzykubek/licensmith\ncd licensmith\n# This command will create dist directory with compiled binary and generated shell completions.\nmake\n```\n\nOn Linux distributions you can also install it to `/usr/local` with ease.\n\n```bash\nsudo make install\n```\n\n### Arch Linux\n\nPackage is available in [Arch User Repository](https://aur.archlinux.org/packages/licensmith).\n\n#### Using AUR helper\n\n```bash\n# paru\nparu -S licensmith\n\n# yay\nyay -S licensmith\n```\n\n#### Manually\n\n```bash\ngit clone https://github.com/wzykubek/licensmith\ncd licensmith\nmakepkg -si\n```\n\n### Go Registry\n\nYou can install this package using `go install`. \nEnsure `$GOPATH/bin` is in your `$PATH` variable.\n```bash\ngo install go.wzykubek.xyz/licensmith@latest\n```\n\n## License\n\nThis project is licensed under ISC license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzykubek%2Flicensmith","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwzykubek%2Flicensmith","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzykubek%2Flicensmith/lists"}