UNPKG

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