IanMitchell / interaction-kit

Interaction Kit is a framework for creating Discord slash command bots over the HTTP API
https://interactionkit.dev
121 stars 17 forks source link

Add config files to create-ikit-app #230

Open IanMitchell opened 1 year ago

IanMitchell commented 1 year ago

One thing I think is worth doing is generating vscode config files, recommended extensions, adding prettier, adding eslint, and other important config files to the generated app. For those that don't want the additional config, maybe support a --minimal. I think having it all setup automatically will be good for newer devs.