Skip to main content

Plop

The plop tool is a popular and powerful tool for generating project files and code snippets. It allows you to create custom generators that will automate repetitive tasks and improve your development workflow. In this project, we have configured several generators that you can use to quickly create common project elements.

Usage

To run plop tool use the following command from packages/webapp directory:

pnpm run plop
Possible plop generators:
Generator nameGenerated componentDescription
componentGenerate a React componentCheck How to create a new React component in web application guide!
hookGenerate a React hook
crudGenerate a CRUDThis generator will create a basic CRUD (Create, Read, Update, Delete) component with some basic functionality
iconRegister icon
notificationGenerate a notification
emailGenerate an emailThis generator will create a new email template with the basic structure already in place.