This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
Releases: plopjs/node-plop
Releases · plopjs/node-plop
Release Defect Cleanup
- fixes a defect with path resolution on Windows
- fixes syntax error on older versions of node
Fixes For Load
fixed issue with loading helpers and partials
Fully Loaded
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
- fixed a defect where setGenerator would error if a generator name was not specified (or blank)
Ready to Rock for Realz
- Fixed defect in getGeneratorList
Ready to Rock
- changed plop.setGenerator to return the generator api object for the generator that was set
- more tests 🚀
- more es6 refactoring
Stability And Better Errors
- Lots more unit test coverage
- Better error state handling
- Cleaner code (refactored into es6 with generators)
The Beginning
- 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)