Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 402 Bytes

header.md

File metadata and controls

21 lines (13 loc) · 402 Bytes

Gulp cheatsheet

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.

Tasks