What is Bash scripting? As developers, we often find ourselves performing repetitive tasks while setting up new projects. This can include creating directories, installing dependencies, configuring tools, and more. Bash scripting, a powerful scriptin...
jaygupta.hashnode.dev3 min read
Hey Jay! Nice article! I have been thinking of creating a similar script for scaffolding new Next.js applications. However my use case also involves initializing eslint and prettier configurations so that I don't have to manually add those. This has motivated me to create such a script for myself. Thanks!
Tausiq Samantaray
Learning web development
thanks bro.