How to start a new Node.js project:
npx license mit > LICENSE
npx gitignore node
npx covgen YOUR_EMAIL_ADDRESS
npm init -y
How to start a new Node.js project:
npx license mit > LICENSE
npx gitignore node
npx covgen YOUR_EMAIL_ADDRESS
npm init -y
How to find the PHP ini file from the command line
php -i | grep 'Configuration File'