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.
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.