Provides common interactive template generators for Seam projects.
From the plop README:
With plop, you have your "best practice" method of creating any given pattern in CODE. Code that can easily be run from the terminal by typing plop. Not only does this save you from hunting around in your codebase for the right files to copy, but it also turns "the right way" into "the easiest way" to make new files.
You should install seam-plop globally, since it's used across every repository.
npm install -g seam-plop
Just execute seam-plop
to get an interactive interface.