{"id":20858819,"url":"https://github.com/appointy/idgen","last_synced_at":"2025-05-12T08:31:44.404Z","repository":{"id":57484959,"uuid":"157487962","full_name":"Appointy/IDGen","owner":"Appointy","description":"Generates url safe lexically sorted universally unique ids with a prefix in go","archived":false,"fork":false,"pushed_at":"2019-05-29T07:20:32.000Z","size":15,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-19T05:41:04.274Z","etag":null,"topics":["golang","id","idgen","ids","stripe","ulid","uuid","uuid-generator"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Appointy.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}},"created_at":"2018-11-14T03:57:17.000Z","updated_at":"2024-06-19T05:41:04.275Z","dependencies_parsed_at":"2022-08-26T11:11:03.469Z","dependency_job_id":null,"html_url":"https://github.com/Appointy/IDGen","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/Appointy%2FIDGen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appointy%2FIDGen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appointy%2FIDGen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appointy%2FIDGen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Appointy","download_url":"https://codeload.github.com/Appointy/IDGen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225130753,"owners_count":17425506,"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":["golang","id","idgen","ids","stripe","ulid","uuid","uuid-generator"],"created_at":"2024-11-18T04:47:38.203Z","updated_at":"2024-11-18T04:47:38.947Z","avatar_url":"https://github.com/Appointy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# idgen\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/appointy/idgen)](https://goreportcard.com/report/github.com/appointy/idgen)\n[![Build Status](https://travis-ci.org/appointy/idgen.svg?branch=master)](https://travis-ci.org/appointy/idgen)\n[![Coverage](http://gocover.io/_badge/github.com/appointy/idgen)](http://gocover.io/github.com/appointy/idgen)\n\u003ca href=\"https://godoc.org/github.com/appointy/idgen\"\u003e\u003cimg src=\"https://img.shields.io/badge/godoc-reference-blue.svg\"\u003e\u003c/a\u003e\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nGenerates url safe lexically sorted universally unique ids with a prefix in go. Inspired from Stripe.\n\n## Usage\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/appointy/idgen\"\n)\n\nfunc main()  {\n    id := idgen.New(\"cus\")\n    fmt.Println(id)\n    // Output: cus_0000XSNJG0MQJHBF4QX1EFD6Y3\n}\n```\n\n### Depends on\n\n[oklog/ulid](https://github.com/oklog/ulid)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappointy%2Fidgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappointy%2Fidgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappointy%2Fidgen/lists"}