Getting CLI Arguments in NodeJS
Sometimes we want to pass parameters to our NodeJS application. This can be a situation, especially when we run our codes on the servers or in a local development environment. I know we have a .env file and we should use it almost every time with app...
jokerinya.hashnode.dev3 min read