Auto -installers /Wizard based installation for SharePoint Framework / Project
If I need to deploy Simple Hello world webpart using SPFx, I have to install 4-5 installables,
can it be done with autoinstallers/Wizards, and when developer create new project , automacally default files will be created in project.. I have new to SPFx,in case if it already in place please share the links.
Regards,
Swati

When you deploy a web part to SPO, only item you need to deploy is the sppkg file to app catalog. When you create a new web part, only item you need to execute is the Yeoman generator for giving you the default starting point. Please see more details on the Getting started guidance at http:/aka.ms/spfx.
Installing node, gulp, yo etc. has to be only be done once per environment.