{"id":18763895,"url":"https://github.com/git-marcopitra/unikey","last_synced_at":"2025-12-06T06:30:13.603Z","repository":{"id":209960527,"uuid":"725362664","full_name":"git-marcopitra/unikey","owner":"git-marcopitra","description":"A library to generate unique keys, with great performance","archived":false,"fork":false,"pushed_at":"2024-02-28T15:42:24.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T05:27:49.527Z","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/git-marcopitra.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-30T01:29:52.000Z","updated_at":"2023-12-03T02:01:19.000Z","dependencies_parsed_at":"2024-02-28T16:46:41.840Z","dependency_job_id":"561e6964-67ba-48ae-ad6c-87c6438343db","html_url":"https://github.com/git-marcopitra/unikey","commit_stats":null,"previous_names":["git-marcopitra/unikey"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-marcopitra%2Funikey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-marcopitra%2Funikey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-marcopitra%2Funikey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-marcopitra%2Funikey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/git-marcopitra","download_url":"https://codeload.github.com/git-marcopitra/unikey/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239661891,"owners_count":19676411,"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":[],"created_at":"2024-11-07T18:27:57.563Z","updated_at":"2025-12-06T06:30:13.520Z","avatar_url":"https://github.com/git-marcopitra.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UNIKEY\n\nA library for unique code generation\n\n## Install\n\nFor npm:\n\n```bash\nnpm i unikey\n```\n\nFor yarn:\n\n```bash\nyarn add unikey\n```\n\nFor pnpm:\n\n```bash\npnpm add unikey\n```\n\n## Usage\n\n```js\nimport unikey from 'unikey';\n\nconst key = unikey(); // enf5a8t9\n\n// ...\n```\n\n### With length\n\n```js\nimport unikey from 'unikey';\n\nconst key = unikey(16); // tcmd6gud23ga2f5p\n\n// ...\n```\n\n### With Options\n\n```js\nimport unikey from 'unikey';\n\nconst mixedKey = unikey(16, { case: 'mixed' }); // riQTUuoZ3iV9RQEH\nconst upperKey = unikey(16, { case: 'upper' }); // IAYNLQD8T3DJ63GR\n\n// ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-marcopitra%2Funikey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgit-marcopitra%2Funikey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-marcopitra%2Funikey/lists"}