This file was auto-generated on {{date}}.
🔗 https://gulpjs.com/docs/en/getting-started/quick-start/
Create a package.json file in your project directory by running this command
npm init
Install the gulp package
npm install --save-dev gulp
Create a file named gulpfile.js
in your project root. This file will contain your task script.