{"id":23695894,"url":"https://github.com/zacharybear/typer","last_synced_at":"2026-01-22T14:30:16.871Z","repository":{"id":236020183,"uuid":"791737699","full_name":"ZacharyBear/typer","owner":"ZacharyBear","description":"✨ Typer is a printer whose output style simulates a typewriter.","archived":false,"fork":false,"pushed_at":"2024-04-26T03:28:30.000Z","size":21474,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T05:57:05.462Z","etag":null,"topics":["console","go","golang","golang-library","golang-package","logging","style","typer","typewriter"],"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/ZacharyBear.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-04-25T09:19:13.000Z","updated_at":"2024-04-29T12:51:51.000Z","dependencies_parsed_at":"2024-06-19T11:25:52.719Z","dependency_job_id":"e8219410-edeb-484b-bb6d-b637a23ce9f9","html_url":"https://github.com/ZacharyBear/typer","commit_stats":null,"previous_names":["zenkiebear/typer","zacharybear/typer"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZacharyBear%2Ftyper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZacharyBear%2Ftyper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZacharyBear%2Ftyper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZacharyBear%2Ftyper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZacharyBear","download_url":"https://codeload.github.com/ZacharyBear/typer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239763653,"owners_count":19692812,"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":["console","go","golang","golang-library","golang-package","logging","style","typer","typewriter"],"created_at":"2024-12-30T05:57:16.013Z","updated_at":"2026-01-22T14:30:16.577Z","avatar_url":"https://github.com/ZacharyBear.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Reference](https://img.shields.io/badge/Reference-white?logo=go\u0026labelColor=white\u0026color=91DFFB)](https://pkg.go.dev/github.com/ZenkieBear/typer)\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n\u003cp align='center'\u003e\n  \u003cimg src=\"doc/typer-logo.png\" width='120' height='120' style='border-radius: 15px'\u003e\n\u003c/p\u003e\n\n# Typer\nTyper is a printer whose output style simulates a typewriter.\n\n![Shown](doc/show.gif)\n\n# Experience now!\n## Prerequisite\nInstalled [Go](https://go.dev/doc/install) and [Git](https://git-scm.com/downloads) on your personal computer.\n\n## Clone the repository to your PC\n```shell\ngit clone https://github.com/ZenkieBear/typer\n```\n\n## Run the `main.go` file\n```shell\ngo run main.go\n```\n\n\n# Import Typer to your application\n## Install Typer\n```shell\ngo get github.com/ZenkieBear/typer\n```\n\n## Import typer to your go file\n```go\nimport \"github.com/ZenkieBear/typer/typer\"\n```\n\n## Use Typer\n```go\nfunc some() {\n\ttyper.Print(\"Hey Judy\\n\")\n\ttyper.Println(\"Don't be afraid\")\n}\n```\n\n\n# Configuration\nTyper supports custom configuration.\n\nYou can create a `typer.Typer`, and define properties according to your preferences.\n\n```go\nfunc demo() {\n  // ...\n\tmyTyper := typer.Typer{\n\t\tBase:       300,\n\t\tFloatRange: 50,\n\t\tPrinter:    fmt.Print,\n\t}\n\n\tif err := myTyper.Print(\"Hello!\"); err != nil {\n\t\tfmt.Println(err.Error())\n\t}\n  // ...\n}\n```\n\n# License\nTyper is licensed under [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzacharybear%2Ftyper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzacharybear%2Ftyper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzacharybear%2Ftyper/lists"}