{"id":15062135,"url":"https://github.com/kiwikern/ngsize","last_synced_at":"2026-01-02T08:09:35.519Z","repository":{"id":65458337,"uuid":"103776951","full_name":"kiwikern/ngsize","owner":"kiwikern","description":"Show the total size of your Angular bundle files.","archived":false,"fork":false,"pushed_at":"2017-09-16T20:06:05.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T13:53:21.119Z","etag":null,"topics":["angular","angular-cli","angular2","angular4","cli"],"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/kiwikern.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":"2017-09-16T19:03:51.000Z","updated_at":"2024-04-14T13:53:21.119Z","dependencies_parsed_at":"2023-01-24T13:15:28.269Z","dependency_job_id":null,"html_url":"https://github.com/kiwikern/ngsize","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/kiwikern%2Fngsize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwikern%2Fngsize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwikern%2Fngsize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwikern%2Fngsize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiwikern","download_url":"https://codeload.github.com/kiwikern/ngsize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243725633,"owners_count":20337670,"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":["angular","angular-cli","angular2","angular4","cli"],"created_at":"2024-09-24T23:30:57.997Z","updated_at":"2026-01-02T08:09:35.467Z","avatar_url":"https://github.com/kiwikern.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngsize\nYou think the Angular CLI should totally print the total build size?\u003cbr\u003e\nYour calculating skills are not good enough to sum it up yourself?\u003cbr\u003e\nngsize to the rescue.\n\n![image](https://user-images.githubusercontent.com/2671139/30515585-f4be476a-9b2a-11e7-8727-df68525eaf54.png)\n\n## How to use\n### Install\nEither install globally: `npm install -g ngsize`\n\nOr install as dev dependency and add it to your projects run scripts:\n```\n npm install --save-dev ngsize\n```\n\nIn your package.json: \n```\n\"scripts\": {\n  \"ngsize\": \"ngsize\"\n}\n```\n\n### Usage\nPipe the output of the `ng build` command to `ngsize`:\n```\nng build | ngsize\n```\n\nIf you have installed ngsize only locally, you need to use it within an npm run script:\n```\n\"scripts\": {\n  \"ng\": \"ng\",\n  \"ngsize\": \"ngsize\",\n  \"build\": \"ng build | ngsize\"\n}\n```\n\nAnd then `npm run build`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwikern%2Fngsize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiwikern%2Fngsize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwikern%2Fngsize/lists"}