Yarn, Gulp
Yarn, Gulp
Yarn allows you to use other developers' solutions to different problems, making it easier for you
to develop your software. If you have problems, you can report issues or contribute back
on GitHub, and when the problem is fixed, you can use Yarn to keep it all up to date.
Code is shared through something called a package. A package contains all the code being shared
as well as a package.json file (called a manifest) which describes the package.
Frequently Asked Questions (FAQs)
What is Yarn?
Yarn is a relatively new package manager developed by Facebook to provide more advanced
capabilities that NPM lacked at the time (such as version locking) while also making the product
more safe, reliable, and efficient.
What is NPM?
NPM is the default package manager for Node.js and ships pre-installed when you download
Node.js on your system. With NPM, it is quite easy and simple to install, manage and remove
Node.js dependencies in your project.
Since 2013, gulp has been the toolkit of choice for developers and designers alike. Not only do we
have communities who’ve relied on us since the beginning, but there’s also a constant flow of
new users who find out how great their workflow can be with gulp.
Installation commands
Test it:
> yarn run gulp
Most useful extensions
- Path intellisense
- Auto close tag
- Auto rename tag
- VS Code Prettier ESLint
- Git Lens
- CSS Navigation
- Tailwind CSS intellisense
- CSS Flexbox Cheatsheet
- Icon Fonts