GoogleCloudPlatform / functions-framework-dart

FaaS (Function as a service) framework for writing portable Dart functions
https://pub.dev/packages/functions_framework
Apache License 2.0
535 stars 54 forks source link

Add a command to VS Code to generate a Dart Functions Framework project #256

Closed nickmeinhold closed 3 years ago

nickmeinhold commented 3 years ago

Hi @subfuzion! Thanks for all your great work, I've been using dartfn and was wondering if we could add a command to VS Code that would sit alongside the functionality that's already there for creating Flutter and Dart projects, but for creating Dart Functions Framework projects via dartfn.

I asked @DanTup on Discord, with the intention of (depending on what he thought of the idea) then asking what you thought. Anyway Dan asked me to make an issue so he could follow up and I did so here. So I wanted to check in and see what you thought. Thanks!

nickmeinhold commented 3 years ago

Dan suggested the best place for this issue would be the SDK repo (as VS Code now uses dart create for creating projects).