{"id":21627119,"url":"https://github.com/xxczaki/minifly","last_synced_at":"2025-06-30T15:35:53.412Z","repository":{"id":57297793,"uuid":"182875907","full_name":"xxczaki/minifly","owner":"xxczaki","description":"🗜️ Minify different types of files easily","archived":false,"fork":false,"pushed_at":"2020-01-18T20:23:52.000Z","size":3281,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-14T10:44:31.593Z","etag":null,"topics":["clean-css","concurrently","css","fast","globby","html","html-minifier","javascript","js","minifier","minifiers","minifly","minify","nodejs","terser"],"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/xxczaki.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"xxczaki","patreon":"akepinski"}},"created_at":"2019-04-22T22:13:22.000Z","updated_at":"2022-09-02T18:35:39.000Z","dependencies_parsed_at":"2022-09-02T06:30:27.028Z","dependency_job_id":null,"html_url":"https://github.com/xxczaki/minifly","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xxczaki/minifly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fminifly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fminifly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fminifly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fminifly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xxczaki","download_url":"https://codeload.github.com/xxczaki/minifly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fminifly/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259905446,"owners_count":22929925,"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":["clean-css","concurrently","css","fast","globby","html","html-minifier","javascript","js","minifier","minifiers","minifly","minify","nodejs","terser"],"created_at":"2024-11-25T01:15:35.558Z","updated_at":"2025-06-30T15:35:53.388Z","avatar_url":"https://github.com/xxczaki.png","language":"JavaScript","funding_links":["https://github.com/sponsors/xxczaki","https://patreon.com/akepinski"],"categories":[],"sub_categories":[],"readme":"# Minifly 🗜️\n\n\u003e Minify different types of files easily\n\n[![Build Status](https://travis-ci.org/xxczaki/minifly.svg?branch=master)](https://travis-ci.org/xxczaki/minifly) \n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)\n\n# Highlights\n\n- Zero-config\n- Fast and easy to use\n- Uses async/await\n- Minifies files concurrently\n- Supports [multiple file types](#supported-files)\n\n# Install\n\n```bash\nnpm install --global minifly\n```\nYou can also use `npx`:\n```bash\nnpx minifly\n```\n\n# Usage\n\n```bash\n\tUsage\n\t\t$ minifly \u003coptions\u003e\n \n\tOptions\n\t\t--output, -o  \t\t\tOutput directory (Default: minifly)\n\t\t--ignore, -i  \t\t\tIgnore specific files or directories\n\t\t--minExt, -m\t\t\tFile extensions of minified files (Default: .min)\n\t\t--concurrency, -c\t\tMax number of minifiers running at the same time (Default: CPU cores)\n \n\tExamples\n    \t$ minifly\n\t  \t$ minifly -i 'index.js,dist/*.css' -o dist\n\t\t$ minifly -m ''\n```\n\n## Supported files\n\n|      Type     |   Minifier    |\n| ------------- | ------------- |\n| HTML (*.html) | [html-minifier](https://github.com/kangax/html-minifier)  |\n| CSS (*.css)   | [clean-css](https://github.com/jakubpawlowicz/clean-css)  |\n| JavaScript (*.js)   | [terser](https://github.com/terser-js/terser)  |\n| JPG (*.jpg)   | [imagemin-mozjpeg](https://github.com/imagemin/imagemin-mozjpeg)  |\n| PNG (*.png)   | [imagemin-pngquant](https://github.com/imagemin/imagemin-pngquant)  |\n| GIF (*.gif)   | [imagemin-gifsicle](https://github.com/imagemin/imagemin-gifsicle)  |\n| SVG (*.svg)   | [imagemin-svgo](https://github.com/imagemin/imagemin-svgo)  |\n\nMore file types will be supported soon :unicorn:\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxczaki%2Fminifly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxxczaki%2Fminifly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxczaki%2Fminifly/lists"}