awesome icon indicating copy to clipboard operation
awesome copied to clipboard

feat: add `lbundle`, Zero config bundler for all libraries purposes

Open AbdUlHamedMaree opened this issue 1 year ago • 2 comments

Awesome Contribution Checklist:

  • [x] I have read, and re-read the Contributing Guidelines
  • [X] I have searched to ensure the suggested item doesn't exist on this list
  • [X] This PR contains only one item

Please Provide a Link A Repository for Your Addition

github

Please Describe Your Addition

Adding lbundle, Zero config bundler for libraries and NPM packages that relays on the library's package.json best practices,

it's built on top of Rollup and SWC and supports all libraries purposes (e.g. utilities, components, cli, ...),

it's super fast and support running with bun using bunx --bun lbundle.

AbdUlHamedMaree avatar May 05 '24 06:05 AbdUlHamedMaree

@shellscape this is built on top of Rollup, it's not a Rollup plugin or accessory per se -- would you say this sort of thing belongs on the awesome-rollup page? (I note we don't include Vite, for example, which is in a similar category of "bundler built on top of Rollup"...)

egnor avatar Mar 11 '25 01:03 egnor

hmm, that's fair, I saw similar libs here so thought why not adding it

AbdUlHamedMaree avatar Mar 11 '25 12:03 AbdUlHamedMaree