Skip to content

create-v0.3.1

Latest
Compare
Choose a tag to compare
@jamesdaniels jamesdaniels released this 14 May 02:39
· 3 commits to main since this release
f8220a1
Use starters for App Hosting init (#181)

* Add package manager choices to the NPX `@apphosting/create` script, if `npm|yarn|pnpm init|create @apphosting` is used don't prompt—use the package manager from the command
* Allow for interactive directory picking
* Wire up create-next-on-firebase so `npm init next-on-firebase` works appropriately
* Download the starters based off the chosen framework
* Add `@types/express` to the Angular starter
* READMEs for the starters
* Drop Node 16 from the tests as we're having engine issues & no longer support v16