514-labs / moose

The developer framework for your data & analytics stack
https://www.moosejs.com
MIT License
36 stars 6 forks source link

Investigate initializing a flow with their fields already scaffolded #758

Closed linear[bot] closed 4 months ago

linear[bot] commented 6 months ago

Currently, when we run moose flow init, it creates a flow function that just returns null. We want to investigate if we can show them something like this instead:

return {

id: '',

activity: '',

timestamp: new Date()

}

linear[bot] commented 6 months ago

514-711 Investigate initializing a flow with their fields already scaffolded