{"id":18544711,"url":"https://github.com/131/discify","last_synced_at":"2025-04-09T19:31:10.902Z","repository":{"id":57212457,"uuid":"68523964","full_name":"131/discify","owner":"131","description":"A browserify plugin to analyse bundle statistics","archived":false,"fork":false,"pushed_at":"2018-05-23T10:26:21.000Z","size":207,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-03T03:02:28.370Z","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/131.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}},"created_at":"2016-09-18T13:41:51.000Z","updated_at":"2019-04-17T08:59:52.000Z","dependencies_parsed_at":"2022-09-06T18:20:51.445Z","dependency_job_id":null,"html_url":"https://github.com/131/discify","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/131%2Fdiscify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/131%2Fdiscify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/131%2Fdiscify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/131%2Fdiscify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/131","download_url":"https://codeload.github.com/131/discify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223407794,"owners_count":17140563,"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-06T20:17:22.999Z","updated_at":"2024-11-06T20:17:23.696Z","avatar_url":"https://github.com/131.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[discify](https://github.com/131/discify) is a browserify plugin that generatee graph and stats of your bundle. It'a lightweight alternative to [disc](https://github.com/hughsk/disc).\n\n[![Version](https://img.shields.io/npm/v/discify.svg)](https://www.npmjs.com/package/discify)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)\n[![Code style](https://img.shields.io/badge/code%2fstyle-ivs-green.svg)](https://www.npmjs.com/package/eslint-plugin-ivs)\n\n\n![tiny output demo](doc/disc.png)\n\n# What you'll get\n* a /disc/ folder in your project root\n* a /disc/index.html standalone, neat, manually crafter repport HTML graph\n* a /disc/map.json file with also usefull informations\n\n# API/usage  \u0026 options\n```\nnpm install --save-dev discify\nbrowserify --node -p discify entry.js\n# enjoy your /disc folder (you can specify output folder via -p [ discify --outdir some/other/dir ] )\n```\n\n## Advanced pipe\n```\n var b = browserify({\n     //opts\n    });\n    b.plugin(discify)\n    b.once('discified', Function.prototype); //this is emitted once discify has done generating maps \u0026 stuffs\n```\n\n\n\n\n# disc VS discify\n* Simplier workflow ; as discify is a plugin, it access live and raw from browserify and does not need a dedicated \"useFullPath\"\n\n\n# Credits / related\n* [disc](https://github.com/hughsk/disc) : design inspiration\n* [browserify](https://github.com/substack/browserify) packaging wizard flow\n* [d3](https://d3js.org/) graph library\n* [131](https://github.com/131) - Author\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F131%2Fdiscify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F131%2Fdiscify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F131%2Fdiscify/lists"}