Skip to main content

Posts Tagged ‘CodeAutomation’

Istock 1536191188

Plop.js – A Micro-Generator Framework: Template Creation

Continuing our Plop.js journey from the last blog. Be sure to go back and read the previous installment in this series. In our previous discussion, we explored an introduction to Plop.js and its installation in a Next.js project. Additionally, we looked at a basic skeleton of plopfile.js. Understanding the Components of plopfile.js As we saw […]

Istock 2012746941

Plop.js – A Micro-Generator Framework: Introduction and Installation

We may all have encountered this situation countless times in our projects—copying and pasting files just to create a new component, page, or service. Unfortunately, this slows us down and hampers our productivity by introducing errors into the workflow. However, there’s a solution! Plop.js is the answer to this problem, as it automates these tasks […]