UNPKG

552 BJavaScriptView Raw
1"use strict";
2
3require("core-js");
4
5var _nodePlop = _interopRequireDefault(require("./node-plop"));
6
7function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
8
9// es2015 polyfill
10
11/**
12 * Main node-plop module
13 *
14 * @param {string} plopfilePath - The absolute path to the plopfile we are interested in working with
15 * @param {object} plopCfg - A config object to be passed into the plopfile when it's executed
16 * @returns {object} the node-plop API for the plopfile requested
17 */
18module.exports = _nodePlop.default;
\No newline at end of file