Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Releases: plopjs/node-plop

Release Defect Cleanup

Choose a tag to compare

@amwmedia amwmedia released this 21 Nov 14:46
  • fixes a defect with path resolution on Windows
  • fixes syntax error on older versions of node

Fixes For Load

Choose a tag to compare

@amwmedia amwmedia released this 17 Nov 22:07

fixed issue with loading helpers and partials

Fully Loaded

Choose a tag to compare

@amwmedia amwmedia released this 17 Nov 20:43

Added plop.load functionality that allows a plopfile to import generators, helpers, and partials from another plopfile or plop-pack. A plop-pack is a plopfile and templates that has been published to npm for use across multiple projects. Full documentation will be available on the plop repo once this feature is implemented into the plop-cli.

🎉

One Last Thing

Choose a tag to compare

@amwmedia amwmedia released this 04 Nov 19:15
  • fixed a defect where setGenerator would error if a generator name was not specified (or blank)

Ready to Rock for Realz

Choose a tag to compare

@amwmedia amwmedia released this 04 Nov 15:47
  • Fixed defect in getGeneratorList

Ready to Rock

Choose a tag to compare

@amwmedia amwmedia released this 04 Nov 15:36
  • changed plop.setGenerator to return the generator api object for the generator that was set
  • more tests 🚀
  • more es6 refactoring

Stability And Better Errors

Choose a tag to compare

@amwmedia amwmedia released this 01 Nov 17:45
  • Lots more unit test coverage
  • Better error state handling
  • Cleaner code (refactored into es6 with generators)

The Beginning

Choose a tag to compare

@amwmedia amwmedia released this 24 Oct 13:45
  • basic support for the entire plop api
  • support for running prompts and actions independently
  • unit tests around plop functionality
  • ability to use plop without the use of a plopfile (setGenerator, addHelper, etc)