UNPKG

node-plop

Version:

programmatic plopping for fun and profit

11 lines (9 loc) 364 B
import nodePlop from "./node-plop.js"; /** * Main node-plop module * * @param {string} plopfilePath - The absolute path to the plopfile we are interested in working with * @param {object} plopCfg - A config object to be passed into the plopfile when it's executed * @returns {object} the node-plop API for the plopfile requested */ export default nodePlop;