{"id":20597498,"url":"https://github.com/gerrproger/logion","last_synced_at":"2025-04-15T00:15:54.599Z","repository":{"id":113312406,"uuid":"609932180","full_name":"Gerrproger/logion","owner":"Gerrproger","description":"Logion allows you to output beautiful logs to a console (TTY)","archived":false,"fork":false,"pushed_at":"2025-04-08T14:45:24.000Z","size":651,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T00:15:39.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Gerrproger.png","metadata":{"files":{"readme":"README.hbs","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":"2023-03-05T17:03:52.000Z","updated_at":"2023-03-05T17:04:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"fec0fdb1-315e-4ec8-a7e9-e0d4ffb4a74c","html_url":"https://github.com/Gerrproger/logion","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gerrproger%2Flogion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gerrproger%2Flogion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gerrproger%2Flogion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gerrproger%2Flogion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gerrproger","download_url":"https://codeload.github.com/Gerrproger/logion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981268,"owners_count":21193147,"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-16T08:22:43.969Z","updated_at":"2025-04-15T00:15:54.574Z","avatar_url":"https://github.com/Gerrproger.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logion\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./logion-reel.gif\" width=\"100%\"\u003e\u003cbr\u003e\n  \u003cb\u003eLogion allows you to output beautiful logs to a console (TTY) - from different parts of the program - use separators, indents, spinners and style your text.\u003c/b\u003e\n\u003c/p\u003e\n\n## Install\n\nInstall via `yarn add logion` | `npm install logion`.\n\n## Usage\n\nCreate instance:\n\n```js\nimport Logion from 'logion';\n\nconst logger = new Logion(opts);\n```\n\nLogion comes with an easy to use composable API that supports chaining:\n\n```js\nlogger\n  .text('Hello World!')\n  .newline(2)\n  .text('Good job', 'success')\n  .separate()\n  .line('One liner')\n  .spinner('oh', 'Beatifull spinner');\n```\n\n## API\n\n{{\u003emain}}\n\n\n## TODO\n\n- Add more tests.\n- Add a help message for scrolling and document it.\n- Add more text style (colors) variants.\n- Fix flickering and rerender screen only if needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerrproger%2Flogion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerrproger%2Flogion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerrproger%2Flogion/lists"}