SamagraX-Stencil / stencil-cli

NestJS CLI on steroids for stencil 🍹
https://stencil.samagra.io/cli/introduction
Other
3 stars 9 forks source link

feat: added support for bun #15

Closed Savio629 closed 3 months ago

Savio629 commented 3 months 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?

There was runtime based on npm,pnpm and yarn.

Issue Number: # 4 -> https://github.com/SamagraX-Stencil/stencil/issues/4

What is the new behavior?

Added support for bun (1.0.35)

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

Savio629 commented 3 months ago

@techsavvyash

Test results after adding bun: my-stencil-test

Test results before adding bun: stencil-cli-test

Issue is with schematics folder: image

Should I change @nestjs to @samagra-x, which will pass the test ?

techsavvyash commented 3 months ago

Yes, please make this change.

Savio629 commented 3 months ago

After the changes, all test passes successfully 👍 image

techsavvyash commented 3 months ago

Super work @Savio629 👏🏻