{"id":20139075,"url":"https://github.com/threeletters/consoleformatter","last_synced_at":"2026-06-05T18:31:18.894Z","repository":{"id":136470311,"uuid":"87026715","full_name":"ThreeLetters/ConsoleFormatter","owner":"ThreeLetters","description":"Add a little style to your console outputs","archived":false,"fork":false,"pushed_at":"2017-04-08T08:00:39.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T10:11:20.939Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/ThreeLetters.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":"2017-04-03T00:49:35.000Z","updated_at":"2017-09-06T08:49:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"8bb2246b-e53f-47c6-8e37-8f71b3953380","html_url":"https://github.com/ThreeLetters/ConsoleFormatter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThreeLetters%2FConsoleFormatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThreeLetters%2FConsoleFormatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThreeLetters%2FConsoleFormatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThreeLetters%2FConsoleFormatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThreeLetters","download_url":"https://codeload.github.com/ThreeLetters/ConsoleFormatter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241582555,"owners_count":19985846,"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-13T21:43:53.946Z","updated_at":"2025-11-27T18:01:34.530Z","avatar_url":"https://github.com/ThreeLetters.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConsoleFormatter\nAdd a little style to your console outputs\n\n\u003e CDN: **//cdn.legitsoulja.info/cf/cf.min.js**\n\nPay attention, this will be a real quick tutorial.\n\n### Usage\n```javascript\n// Single string/word thats formated\n[{\n  msg: \"Hello world \", \n  color: \"purple\", \n  size: \"30px\",\n  fweight: \"bold\",\n  rborder:\"3px solid purple\",\n  background:\"black\",\n  padding:\"20px\"\n}].print();\n\n// Mutliple strings/words thats formated\n[\n{msg: \"Hello\", color: \"black\", fweight: \"bold\"},\n{msg: \"World\", color: \"purple\", fweight: \"bold\"},\n].print();\n```\n\n\n### Object format keys -as- css property\n- color as (color)\n\u003e Ex: ```[{msg:\"Hello World\", color:\"orange\"}].print()```\n- background as (background-color) using (rgba)\n\u003e Ex: ```[{msg:\"Hello World \", background:\"rgba(0,0,255,0.3)\"}].print()```\n- align as (text-align)\n- animation as (animation)\n- bborder as (border-bottom)\n- border as (border)\n- bottom as (bottom)\n- bwidth as (border-width)\n- clear as (clear)\n- collapse as (border-collapse)\n- content as (content)\n- corner as (border-radius)\n- cursor as (cursor)\n- display as (display)\n- filter as (filter)\n- float as (float)\n- font as (font-family)\n- fontstyle as (font-style)\n- fweight as (font-weight)\n- left as (left)\n- lborder as (border-left)\n- opacity as (opacity)\n- padding as (padding)\n- position as (position)\n- rborder as (border-right)\n- right as (right)\n- size as (font-size)\n- textd as (text-decoration)\n- tborder as (border-top)\n- top as (top)\n- uselect as (user-select)\n- ww as (word-wrap)\n- z as (z-index)\n\n### Examples/Techniques/Styles\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeletters%2Fconsoleformatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreeletters%2Fconsoleformatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeletters%2Fconsoleformatter/lists"}