A Nostalgic Tear: Old Frontend Development Tools
— bower, yeoman, gulp, nostalgia, frontend-history
The post was originally written for the Telegram channel.
I opened an old project for an extension for Chrome and my heart felt a little warmer.
You can see such things that are archaic for the current time, such as:
- bower - package manager for the frontend (like npm, only completely for the web)
- yeoman - project generator (I will tell the children that it was Create React App)
- gulp is a task runner that replaced Grunt at one time.
- editorconfig - IDE config for uniform indentation and other things in project files.
Have you seen the golden times of these instruments?