{"id":17126127,"url":"https://github.com/stoyan/prettyugly","last_synced_at":"2025-04-13T06:27:07.364Z","repository":{"id":18005867,"uuid":"21023811","full_name":"stoyan/prettyugly","owner":"stoyan","description":"Prettify or uglify CSS code","archived":false,"fork":false,"pushed_at":"2014-06-24T23:21:43.000Z","size":172,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-26T23:03:05.086Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stoyan.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}},"created_at":"2014-06-20T03:16:46.000Z","updated_at":"2021-08-25T21:55:40.000Z","dependencies_parsed_at":"2022-09-04T17:10:17.430Z","dependency_job_id":null,"html_url":"https://github.com/stoyan/prettyugly","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/stoyan%2Fprettyugly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoyan%2Fprettyugly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoyan%2Fprettyugly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoyan%2Fprettyugly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stoyan","download_url":"https://codeload.github.com/stoyan/prettyugly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248591800,"owners_count":21130120,"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-10-14T18:46:52.395Z","updated_at":"2025-04-13T06:27:07.323Z","avatar_url":"https://github.com/stoyan.png","language":"JavaScript","readme":"Uglify (strip spaces) or prettify (add consistent spaces) CSS code\n\n    \"Ambition makes you look pretty ugly...\"\n    ~ Radiohead, Paranoid Android\n\n## Installation\n\n    $ npm install prettyugly\n\n## Usage\n\n```js\nvar prettyugly = require('../index.js');\nvar css =\n  'a {background :  red ; color: blue}';\nvar ugly   = prettyugly.ugly(css);\nvar pretty = prettyugly.pretty(css);\n```\n\nThe pretty result:\n\n```css\na {\n  background: red;\n  color: blue;\n}\n```\n\nThe ugly:\n\n```css\na{background:red;color:blue}\n```\n\n## CLI\n\n    $ prettyugly pretty stuffs/example.css\n    $ prettyugly ugly stuffs/example.css\n\n## Playground\n\nAvailable at http://prettyugly.csspatterns.com\n\n","funding_links":[],"categories":["Minifiers - JS \u0026 CSS"],"sub_categories":["Meetups"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstoyan%2Fprettyugly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstoyan%2Fprettyugly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstoyan%2Fprettyugly/lists"}