DEV Community

Håkan Fahlstedt
Håkan Fahlstedt

Posted on

1 1

YSPKA #4: Plop JS

I always had a special place in my heart for code generation. There’s a lot of good tools out there, but one tool that I really like is plop. The difference between plop and many other tools is that you can generate multiple files at the same time, and it is interactive.

It uses Handlebars for the templating and Inquirer for the interactive prompt.

I’ve used it a lot when creating JavaScript components in Angular and React

Go ahead and be lazy and generate repetitive code tasks instead of writing them by hand.

Top comments (0)

SurveyJS custom survey software

JavaScript UI Library for Surveys and Forms

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

View demo

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay