Plop Versions Save

Consistency Made Simple

v2.7.1

3 years ago

This release enables easier wrapping around the plop utility in another CLI tool. Follow the documentation for more

  • Add export of run, progress spinner functions
  • Add export of Liftoff type in typescript

v2.7.0

4 years ago

This does not change the default behavior of Plop itself

v2.6.0

4 years ago
  • typescript typings have been improved
  • added an optional transform function for add, addMany, and modify that allows the action output to be transformed before writing the file to disk.
  • the modify action now can accept one or both of pattern and transform but fails with a useful error if neither are provided.
  • adds an optional skip function for all actions. Check the README for further documentation

Huge thank you to @jacksteamdev for making this release possible

v2.5.4

4 years ago
  • fixed issues with using .ts files
  • fixed typescript typings

v2.5.3

4 years ago
  • more typescript updates

v2.5.2

4 years ago
  • fixes TypeScript export

v2.5.1

4 years ago
  • fixes issue with unique behavior of append action when pattern is a string

v2.5.0

4 years ago
  • adds --dest CLI switch to allow users to use a destination base path other than the plopfile folder.
  • improved support for Windows
  • fixes for bypass incompatibility with inquirer prompt functions
  • adds TypeScript definitions from node-plop
  • updates many dependencies

v2.3.0

5 years ago
  • Adds new way to bypass prompts (by Name)
  • Fixes issue with action data leaking to future actions

v2.2.0

5 years ago

General Improvements

  • Action status is now reported as it comes in, instead of being logged all at once after everything is complete. This is particularly nice if you have async actions.
  • Adds support for comments in the actions array that are outputted to the results screen.
  • Now uses ora to output action results and show spinners.
  • Shortens built-in action names in the results output to a 2 character abbreviation (param available to show full action type names)
  • Various bug fixes

Updated Actions

  • addMany has a new verbose option that can be set to false to prevent the actions from listing all files that it adds. Instead it only reports the number of files added.