Skip to content

create-abell@0.0.20: Add bun installer and template to create-abell 馃尛

Latest
Compare
Choose a tag to compare
@saurabhdaware saurabhdaware released this 29 Oct 18:02
· 3 commits to main since this release

What's Changed

  • feat(create-abell): add bun support in create-abell command by @0scvr in #171
  • feat(create-abell): add bun template, and option to skip dep installation by @saurabhdaware in #172

You can now use following command to use bun as package installer and template

npx create-abell@latest --template bun-default --installer bun

Additionally, you can also skip dependency installation now with --installer skip or by selecting skip install in prompt of CLI.

New Contributors