nestjs / nest-cli

CLI tool for Nest applications 🍹
https://nestjs.com
Other
1.98k stars 394 forks source link

feat(bun): support for bun added #2755

Closed slogive closed 1 month ago

slogive commented 1 month ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:

What is the current behavior?

Adding support for bun package manager

Issue Number: N/A

What is the new behavior?

When you use the CLI it now support bun to create a new project

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

slogive commented 1 month ago

All test passed in my local image

kamilmysliwiec commented 1 month ago

https://github.com/nestjs/nest-cli/pull/2223