How does a plopfile work?
A plopfile starts its life as a lowly node module that exports a function which accepts the plop object as its first parameter. module.exports = function (plop) {}; The plop object exposes the plop api object which contains the setGenerator (name, config) function.
How much can I expect to receive in Plop?
The member is eligible to choose a PLOP distribution, in $1,000 increments, from $4,000 – $118,000 (1 x $3,300 = $4,000 rounded up to the nearest $1,000; and 36 x $3,300 = $118,000 rounded down to the nearest $1,000). This member chooses a $50,000 lump-sum distribution.
What is the actuarial value of the reduced benefit and Plop?
The combination of both the PLOP distribution and the reduced benefit are the same actuarial value as the unreduced normal benefit alone. A PLOP distribution can be paid through direct deposit to a financial institution or by check.
How do I create a generator from a plop file?
The plop object exposes the plop api object which contains the setGenerator (name, config) function. This is the function that you use to (wait for it) create a generator for this plopfile. When plop is run from the terminal in this directory (or any sub-directory), a list of these generators will be displayed.
How do I run Plop from terminal?
Plop uses the inquirer.js library to gather user data. A list of prompt types can be found on the inquirer official website. Once plop is installed, and you have created a generator, you are ready to run plop from the terminal.
Where can I find a list of prompt types for Plop?
A list of prompt types can be found on the inquirer official website. Once plop is installed, and you have created a generator, you are ready to run plop from the terminal. Running plop with no parameters will present you with a list of generators to pick from. You can also run plop [generatorName] to trigger a generator directly.