index.js 509 B

1234567891011121314
  1. "use strict";
  2. var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
  3. var _nodePlop = _interopRequireDefault(require("./node-plop"));
  4. /**
  5. * Main node-plop module
  6. *
  7. * @param {string} plopfilePath - The absolute path to the plopfile we are interested in working with
  8. * @param {object} plopCfg - A config object to be passed into the plopfile when it's executed
  9. * @returns {object} the node-plop API for the plopfile requested
  10. */
  11. module.exports = _nodePlop.default;