intales / gazelle

Lightweight Dart HTTP server framework for modular web development. Build APIs with speed and simplicity.
https://docs.gazelle-dart.dev
BSD 3-Clause "New" or "Revised" License
25 stars 6 forks source link

Create handler CLI command #33

Closed filippomenchini closed 2 days ago

filippomenchini commented 2 weeks ago

It would be nice to have a command like gazelle create handler that asks for a routeName and a httpMethod. With this information, we could use the createHandler function and link the created handler to the routeName provided by the developer.

filippomenchini commented 1 week ago

@ShivanshuKGupta is actively working on this.

raman04-byte commented 1 week ago

I would be better if you assign this task to @ShivanshuKGupta

ShivanshuKGupta commented 1 week ago

https://github.com/intales/gazelle/pull/39