{"id":16625495,"url":"https://github.com/aleclarson/umd-cli","last_synced_at":"2026-05-07T11:32:57.081Z","repository":{"id":56619753,"uuid":"156878106","full_name":"aleclarson/umd-cli","owner":"aleclarson","description":"Generate UMD bundles from NPM packages (using https://packd.now.sh)","archived":false,"fork":false,"pushed_at":"2020-12-12T00:59:33.000Z","size":6,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T20:39:47.921Z","etag":null,"topics":["cli","nodejs","npm","umd"],"latest_commit_sha":null,"homepage":"","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/aleclarson.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":"2018-11-09T15:07:06.000Z","updated_at":"2020-07-21T09:22:55.000Z","dependencies_parsed_at":"2022-08-15T22:01:09.357Z","dependency_job_id":null,"html_url":"https://github.com/aleclarson/umd-cli","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleclarson%2Fumd-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleclarson%2Fumd-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleclarson%2Fumd-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleclarson%2Fumd-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aleclarson","download_url":"https://codeload.github.com/aleclarson/umd-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247271492,"owners_count":20911586,"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":["cli","nodejs","npm","umd"],"created_at":"2024-10-12T04:05:55.169Z","updated_at":"2026-05-07T11:32:52.035Z","avatar_url":"https://github.com/aleclarson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# umd-cli\n\nGenerate a UMD bundle from an NPM package.\n\nUses [packd.now.sh](https://github.com/Rich-Harris/packd) as the bundler.\n\n```sh\n# using npx:\nnpx --quiet umd-cli lodash \u003e lodash.umd.js\n\n# or install directly:\nnpm install -g umd-cli\numd react@16 \u003e react-16.umd.js\n```\n\n## API\n\n```js\nimport umd from 'umd-cli'\n\n// Fetch the UMD bundle into an in-memory buffer.\nlet promise = umd.fetch(name)\n\n// Download the UMD bundle into a file.\nlet promise = umd.download(name, file)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleclarson%2Fumd-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleclarson%2Fumd-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleclarson%2Fumd-cli/lists"}