saurabhdaware
released this
29 Oct 18:02
·
6 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.