DeveloperAspire / swifty-config

With one command, setup a modern frontend project ⚡️ Swifty with additional configurations out of the box
https://www.npmjs.com/package/create-swifty-config
MIT License
13 stars 3 forks source link

init() should install deps and initialize a local repository by default #3

Open kaf-lamed-beyt opened 1 year ago

kaf-lamed-beyt commented 1 year ago

The init function should install and initialize a git repository by default whenever people use the swifty-config command.

Although the installation of dependencies may take time for people who are behind a slow internet connection. It saves the user the stress of having to do it by themselves again.

So we'd have to modify these blocks with instructions on how to start the project in the development server.

https://github.com/DeveloperAspire/swifty-config/blob/77f4cdbe2dd1bcbecead04cb3aae0dc13302d151/index.js#L218-L241

I've already started work on this. I'd just love to be assigned to the issue @DeveloperAspire.