{"id":15673865,"url":"https://github.com/azu/can-bundle-it","last_synced_at":"2025-04-15T11:12:47.824Z","repository":{"id":35206860,"uuid":"216209093","full_name":"azu/can-bundle-it","owner":"azu","description":"A command line tool that detect JavaScript file can be bundled.","archived":false,"fork":false,"pushed_at":"2025-04-08T17:57:48.000Z","size":951,"stargazers_count":17,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T11:12:31.282Z","etag":null,"topics":["bundle","cli","tool","webpack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/azu.png","metadata":{"funding":{"github":"azu"},"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-19T13:16:03.000Z","updated_at":"2025-04-09T10:14:53.000Z","dependencies_parsed_at":"2023-01-15T16:11:04.712Z","dependency_job_id":"de3b1825-25b3-484c-b8f7-5c3187150dba","html_url":"https://github.com/azu/can-bundle-it","commit_stats":{"total_commits":551,"total_committers":4,"mean_commits":137.75,"dds":"0.15970961887477308","last_synced_commit":"dffd4ebabb73ac1215846acba964793c934449cf"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fcan-bundle-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fcan-bundle-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fcan-bundle-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fcan-bundle-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azu","download_url":"https://codeload.github.com/azu/can-bundle-it/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249058384,"owners_count":21205911,"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":["bundle","cli","tool","webpack"],"created_at":"2024-10-03T15:42:40.399Z","updated_at":"2025-04-15T11:12:47.802Z","avatar_url":"https://github.com/azu.png","language":"TypeScript","funding_links":["https://github.com/sponsors/azu"],"categories":[],"sub_categories":[],"readme":"# can-bundle-it\n\nA command line tool that detect JavaScript file can be bundled.\n\nThis command line use [webpack](https://webpack.js.org/) to bundle js files.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n    npm install can-bundle-it\n\n## Usage\n\n    Usage\n      $ can-bundle-it /path/to/file.js\n \n    Options\n      --verbose        Show info/warning/error messages \n      \n    Bundle Options\n      \n      --target              [String]  Bundle target. Available: https://webpack.js.org/configuration/target/\n      --node-fallback       [Boolean] enable Node.js modules fallback\n                            webpack 5 disable Node.js polyfill by default. This options set node-libs-browser to resolve.fallback.\n     \n    Examples\n      $ can-bundle-it lib/index.js\n      $ can-bundle-it lib/*.js --verbose\n      # Enable Node.js polyfill like \"assert\"\n      $ can-bundle-it lib/*.js --verbose --node-fallback\n\n\n- If success to bundle js file, exit status is `0`\n- If fail to bundle js file, exit status is `1`\n\n\n## Changelog\n\nSee [Releases page](https://github.com/azu/can-bundle-it/releases).\n\n## Running tests\n\nInstall devDependencies and Run `npm test`:\n\n    npm test\n\n## Contributing\n\nPull requests and stars are always welcome.\n\nFor bugs and feature requests, [please create an issue](https://github.com/azu/can-bundle-it/issues).\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Author\n\n- [github/azu](https://github.com/azu)\n- [twitter/azu_re](https://twitter.com/azu_re)\n\n## License\n\nMIT © azu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Fcan-bundle-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazu%2Fcan-bundle-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Fcan-bundle-it/lists"}